Lines Matching defs:which_clock

161 static int posix_clock_realtime_get(clockid_t which_clock, struct timespec *tp)  in posix_clock_realtime_get()
168 static int posix_clock_realtime_set(const clockid_t which_clock, in posix_clock_realtime_set()
174 static int posix_clock_realtime_adj(const clockid_t which_clock, in posix_clock_realtime_adj()
183 static int posix_ktime_get_ts(clockid_t which_clock, struct timespec *tp) in posix_ktime_get_ts()
192 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec *tp) in posix_get_monotonic_raw()
199 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec *tp) in posix_get_realtime_coarse()
205 static int posix_get_monotonic_coarse(clockid_t which_clock, in posix_get_monotonic_coarse()
212 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp) in posix_get_coarse_res()
218 static int posix_get_boottime(const clockid_t which_clock, struct timespec *tp) in posix_get_boottime()
535 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, in SYSCALL_DEFINE3() argument
950 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
965 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
983 SYSCALL_DEFINE2(clock_adjtime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
1006 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
1027 static int common_nsleep(const clockid_t which_clock, int flags, in common_nsleep()
1035 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
1062 clockid_t which_clock = restart_block->nanosleep.clockid; in clock_nanosleep_restart() local