Lines Matching refs:clockid_t
76 static const struct k_clock *clockid_to_kclock(const clockid_t id);
189 static int posix_clock_realtime_get(clockid_t which_clock, struct timespec64 *tp) in posix_clock_realtime_get()
196 static int posix_clock_realtime_set(const clockid_t which_clock, in posix_clock_realtime_set()
202 static int posix_clock_realtime_adj(const clockid_t which_clock, in posix_clock_realtime_adj()
211 static int posix_ktime_get_ts(clockid_t which_clock, struct timespec64 *tp) in posix_ktime_get_ts()
220 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw()
227 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_coarse()
233 static int posix_get_monotonic_coarse(clockid_t which_clock, in posix_get_monotonic_coarse()
240 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec64 *tp) in posix_get_coarse_res()
246 static int posix_get_boottime(const clockid_t which_clock, struct timespec64 *tp) in posix_get_boottime()
252 static int posix_get_tai(clockid_t which_clock, struct timespec64 *tp) in posix_get_tai()
258 static int posix_get_hrtimer_res(clockid_t which_clock, struct timespec64 *tp) in posix_get_hrtimer_res()
496 static int do_timer_create(clockid_t which_clock, struct sigevent *event, in do_timer_create()
575 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, in SYSCALL_DEFINE3() argument
590 COMPAT_SYSCALL_DEFINE3(timer_create, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE3() argument
1041 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
1056 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
1074 SYSCALL_DEFINE2(clock_adjtime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
1097 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
1117 COMPAT_SYSCALL_DEFINE2(clock_settime, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE2() argument
1132 COMPAT_SYSCALL_DEFINE2(clock_gettime, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE2() argument
1154 COMPAT_SYSCALL_DEFINE2(clock_adjtime, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE2() argument
1182 COMPAT_SYSCALL_DEFINE2(clock_getres, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE2() argument
1204 static int common_nsleep(const clockid_t which_clock, int flags, in common_nsleep()
1212 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
1239 COMPAT_SYSCALL_DEFINE4(clock_nanosleep, clockid_t, which_clock, int, flags, in COMPAT_SYSCALL_DEFINE4() argument
1357 static const struct k_clock *clockid_to_kclock(const clockid_t id) in clockid_to_kclock()
1359 clockid_t idx = id; in clockid_to_kclock()