Lines Matching refs:clockid_to_kclock
53 static const struct k_clock *clockid_to_kclock(const clockid_t id);
447 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_timer_create()
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()
1528 static const struct k_clock *clockid_to_kclock(const clockid_t id) in clockid_to_kclock() function