Searched refs:pr_perror (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timens/ |
| H A D | timerfd.c | 35 return pr_perror("clock_gettime(%d)", clockid); in run_test() 52 return pr_perror("timerfd_create(%d)", clockid); in run_test() 58 return pr_perror("timerfd_settime(%d)", clockid); in run_test() 61 return pr_perror("timerfd_gettime(%d)", clockid); in run_test() 102 return pr_perror("/proc/self/timens_offsets"); in main() 105 return pr_perror("/proc/self/timens_offsets"); in main() 113 return pr_perror("Unable to fork"); in main() 127 return pr_perror("Unable to wait the child process"); in main()
|
| H A D | procfs.c | 34 return pr_perror("setns()"); in switch_ns() 46 return pr_perror("Unable to open %s", path); in init_namespaces() 49 return pr_perror("Unable to stat the parent timens"); in init_namespaces() 56 return pr_perror("Unable to open %s", path); in init_namespaces() 59 return pr_perror("Unable to stat the timens"); in init_namespaces() 77 pr_perror("Unable to open /proc/uptime"); in read_proc_uptime() 83 pr_perror("fscanf"); in read_proc_uptime()
|
| H A D | timer.c | 47 return pr_perror("timerfd_create"); in run_test() 53 return pr_perror("timerfd_settime"); in run_test() 56 return pr_perror("timerfd_gettime"); in run_test() 95 return pr_perror("/proc/self/timens_offsets"); in main() 98 return pr_perror("/proc/self/timens_offsets"); in main() 106 return pr_perror("Unable to fork"); in main() 120 return pr_perror("Unable to wait the child process"); in main()
|
| H A D | timens.h | 59 return pr_perror("Can't unshare() timens"); in unshare_timens() 76 return pr_perror("/proc/self/timens_offsets"); in _settime() 79 return pr_perror("/proc/self/timens_offsets"); in _settime() 92 pr_perror("clock_gettime(%d)", (int)clk_id); in _gettime() 100 pr_perror("syscall(SYS_clock_gettime(%d))", (int)clk_id); in _gettime()
|
| H A D | timens.c | 53 pr_perror("setns()"); in switch_ns() 68 return pr_perror("Unable to open %s", path); in init_namespaces() 72 return pr_perror("Unable to stat the parent timens"); in init_namespaces() 79 return pr_perror("Unable to open %s", path); in init_namespaces() 82 return pr_perror("Unable to stat the timens"); in init_namespaces() 85 return pr_perror("The same child_ns after CLONE_NEWTIME"); in init_namespaces()
|
| H A D | exec.c | 29 return pr_perror("sscanf"); in main() 63 return pr_perror("fork"); in main() 81 return pr_perror("execve"); in main() 85 return pr_perror("waitpid"); in main()
|
| H A D | futex.c | 82 return pr_perror("/proc/self/timens_offsets"); in main() 85 return pr_perror("/proc/self/timens_offsets"); in main() 91 return pr_perror("Unable to fork"); in main() 104 return pr_perror("Unable to wait the child process"); in main()
|
| H A D | clock_nanosleep.c | 59 return pr_perror("clock_gettime"); in run_test() 134 return pr_perror("Unable to open timens_for_children"); in main() 137 return pr_perror("Unable to set timens"); in main()
|
| H A D | gettime_perf.c | 78 return pr_perror("Can't open a time namespace"); in main() 86 return pr_perror("setns"); in main()
|
| H A D | log.h | 24 #define pr_perror(fmt, ...) pr_p(pr_err, fmt, ##__VA_ARGS__) macro
|