Lines Matching refs:clockid_t
88 static struct task_struct *__get_task_for_clock(const clockid_t clock, in __get_task_for_clock()
106 static inline struct task_struct *get_task_for_clock(const clockid_t clock) in get_task_for_clock()
111 static inline struct task_struct *get_task_for_clock_get(const clockid_t clock) in get_task_for_clock_get()
116 static inline int validate_clock_permissions(const clockid_t clock) in validate_clock_permissions()
163 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in posix_cpu_clock_getres()
183 posix_cpu_clock_set(const clockid_t clock, const struct timespec64 *tp) in posix_cpu_clock_set()
197 static u64 cpu_clock_sample(const clockid_t clkid, struct task_struct *p) in cpu_clock_sample()
343 static u64 cpu_clock_sample_group(const clockid_t clkid, struct task_struct *p, in cpu_clock_sample_group()
362 static int posix_cpu_clock_get(const clockid_t clock, struct timespec64 *tp) in posix_cpu_clock_get()
364 const clockid_t clkid = CPUCLOCK_WHICH(clock); in posix_cpu_clock_get()
564 clockid_t clkid = CPUCLOCK_WHICH(timer->it_clock); in posix_cpu_timer_set()
704 clockid_t clkid = CPUCLOCK_WHICH(timer->it_clock); in posix_cpu_timer_get()
978 clockid_t clkid = CPUCLOCK_WHICH(timer->it_clock); in posix_cpu_timer_rearm()
1219 static int do_cpu_nanosleep(const clockid_t which_clock, int flags, in do_cpu_nanosleep()
1317 static int posix_cpu_nsleep(const clockid_t which_clock, int flags, in posix_cpu_nsleep()
1346 clockid_t which_clock = restart_block->nanosleep.clockid; in posix_cpu_nsleep_restart()
1357 static int process_cpu_clock_getres(const clockid_t which_clock, in process_cpu_clock_getres()
1362 static int process_cpu_clock_get(const clockid_t which_clock, in process_cpu_clock_get()
1372 static int process_cpu_nsleep(const clockid_t which_clock, int flags, in process_cpu_nsleep()
1377 static int thread_cpu_clock_getres(const clockid_t which_clock, in thread_cpu_clock_getres()
1382 static int thread_cpu_clock_get(const clockid_t which_clock, in thread_cpu_clock_get()