Lines Matching defs:which_clock
28 static int check_clock(const clockid_t which_clock) in check_clock()
52 timespec_to_sample(const clockid_t which_clock, const struct timespec *tp) in timespec_to_sample()
64 static void sample_to_timespec(const clockid_t which_clock, in sample_to_timespec()
74 static inline int cpu_time_before(const clockid_t which_clock, in cpu_time_before()
84 static inline void cpu_time_add(const clockid_t which_clock, in cpu_time_add()
94 static inline union cpu_time_count cpu_time_sub(const clockid_t which_clock, in cpu_time_sub()
165 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec *tp) in posix_cpu_clock_getres()
184 posix_cpu_clock_set(const clockid_t which_clock, const struct timespec *tp) in posix_cpu_clock_set()
201 static int cpu_clock_sample(const clockid_t which_clock, struct task_struct *p, in cpu_clock_sample()
283 static int cpu_clock_sample_group(const clockid_t which_clock, in cpu_clock_sample_group()
309 static int posix_cpu_clock_get(const clockid_t which_clock, struct timespec *tp) in posix_cpu_clock_get()
624 static int cpu_timer_sample_group(const clockid_t which_clock, in cpu_timer_sample_group()
1394 static int do_cpu_nanosleep(const clockid_t which_clock, int flags, in do_cpu_nanosleep()
1462 static int posix_cpu_nsleep(const clockid_t which_clock, int flags, in posix_cpu_nsleep()
1500 clockid_t which_clock = restart_block->nanosleep.clockid; in posix_cpu_nsleep_restart() local
1526 static int process_cpu_clock_getres(const clockid_t which_clock, in process_cpu_clock_getres()
1531 static int process_cpu_clock_get(const clockid_t which_clock, in process_cpu_clock_get()
1541 static int process_cpu_nsleep(const clockid_t which_clock, int flags, in process_cpu_nsleep()
1551 static int thread_cpu_clock_getres(const clockid_t which_clock, in thread_cpu_clock_getres()
1556 static int thread_cpu_clock_get(const clockid_t which_clock, in thread_cpu_clock_get()