Lines Matching refs:syscall_ret
130 long syscall_ret;
152 syscall_ret = syscall(__NR_cachestat, fd, &cs_range, &cs, 0);
154 ksft_print_msg("Cachestat call returned %ld\n", syscall_ret);
156 if (syscall_ret) {
180 syscall_ret = syscall(__NR_cachestat, fd, &cs_range, &cs, 0);
183 syscall_ret);
185 if (!syscall_ret) {
226 int syscall_ret;
276 syscall_ret = syscall(__NR_cachestat, fd, &cs_range, &cs, 0);
278 if (syscall_ret) {