Lines Matching defs:which_clock
206 static int posix_clock_realtime_get(clockid_t which_clock, struct timespec *tp) in posix_clock_realtime_get()
213 static int posix_clock_realtime_set(const clockid_t which_clock, in posix_clock_realtime_set()
219 static int posix_clock_realtime_adj(const clockid_t which_clock, in posix_clock_realtime_adj()
228 static int posix_ktime_get_ts(clockid_t which_clock, struct timespec *tp) in posix_ktime_get_ts()
237 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec *tp) in posix_get_monotonic_raw()
244 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec *tp) in posix_get_realtime_coarse()
250 static int posix_get_monotonic_coarse(clockid_t which_clock, in posix_get_monotonic_coarse()
257 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp) in posix_get_coarse_res()
263 static int posix_get_boottime(const clockid_t which_clock, struct timespec *tp) in posix_get_boottime()
269 static int posix_get_tai(clockid_t which_clock, struct timespec *tp) in posix_get_tai()
275 static int posix_get_hrtimer_res(clockid_t which_clock, struct timespec *tp) in posix_get_hrtimer_res()
602 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, in SYSCALL_DEFINE3() argument
1012 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
1027 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
1045 SYSCALL_DEFINE2(clock_adjtime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
1068 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
1089 static int common_nsleep(const clockid_t which_clock, int flags, in common_nsleep()
1097 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
1124 clockid_t which_clock = restart_block->nanosleep.clockid; in clock_nanosleep_restart() local