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()
1079 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1094 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1111 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_clock_adjtime()
1141 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1161 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1176 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1212 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1258 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1285 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1308 static const struct k_clock clock_realtime = {
1327 static const struct k_clock clock_monotonic = {
1344 static const struct k_clock clock_monotonic_raw = {
1349 static const struct k_clock clock_realtime_coarse = {
1354 static const struct k_clock clock_monotonic_coarse = {
1359 static const struct k_clock clock_tai = {
1376 static const struct k_clock clock_boottime = {
1393 static const struct k_clock * const posix_clocks[] = {
1407 static const struct k_clock *clockid_to_kclock(const clockid_t id) in clockid_to_kclock()