Lines Matching refs:k_clock
55 static const struct k_clock * const posix_clocks[];
56 static const struct k_clock *clockid_to_kclock(const clockid_t id);
57 static const struct k_clock clock_realtime, clock_monotonic;
501 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_timer_create()
672 const struct k_clock *kc = timr->kclock; in common_timer_get()
718 const struct k_clock *kc; in do_timer_gettime()
842 const struct k_clock *kc = READ_ONCE(timer->kclock); in timer_wait_running()
862 const struct k_clock *kc = timr->kclock; in common_timer_set()
902 const struct k_clock *kc; in do_timer_settime()
985 const struct k_clock *kc = timer->kclock; in common_timer_del()
996 const struct k_clock *kc = timer->kclock; in timer_delete_hook()
1070 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1085 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1102 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_clock_adjtime()
1132 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1152 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1167 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1203 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1249 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1276 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1299 static const struct k_clock clock_realtime = {
1318 static const struct k_clock clock_monotonic = {
1335 static const struct k_clock clock_monotonic_raw = {
1340 static const struct k_clock clock_realtime_coarse = {
1345 static const struct k_clock clock_monotonic_coarse = {
1350 static const struct k_clock clock_tai = {
1367 static const struct k_clock clock_boottime = {
1384 static const struct k_clock * const posix_clocks[] = {
1398 static const struct k_clock *clockid_to_kclock(const clockid_t id) in clockid_to_kclock()