Lines Matching refs:k_clock

52 static const struct k_clock * const posix_clocks[];
53 static const struct k_clock *clockid_to_kclock(const clockid_t id);
54 static const struct k_clock clock_realtime, clock_monotonic;
447 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_timer_create()
639 const struct k_clock *kc = timr->kclock; in common_timer_get()
698 const struct k_clock *kc; in do_timer_gettime()
840 const struct k_clock *kc = READ_ONCE(timer->kclock); in timer_wait_running()
864 const struct k_clock *kc = timr->kclock; in common_timer_set()
904 const struct k_clock *kc; in do_timer_settime()
987 const struct k_clock *kc = timer->kclock; in common_timer_del()
998 const struct k_clock *kc = timer->kclock; in timer_delete_hook()
1116 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1135 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 do_clock_adjtime()
1255 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1275 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1290 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1326 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1377 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1405 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1429 static const struct k_clock clock_realtime = {
1448 static const struct k_clock clock_monotonic = {
1465 static const struct k_clock clock_monotonic_raw = {
1470 static const struct k_clock clock_realtime_coarse = {
1475 static const struct k_clock clock_monotonic_coarse = {
1480 static const struct k_clock clock_tai = {
1497 static const struct k_clock clock_boottime = {
1514 static const struct k_clock * const posix_clocks[] = {
1528 static const struct k_clock *clockid_to_kclock(const clockid_t id) in clockid_to_kclock()