Lines Matching refs:clockid_to_kclock
56 static const struct k_clock *clockid_to_kclock(const clockid_t id);
501 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_timer_create()
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()
1286 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1409 static const struct k_clock *clockid_to_kclock(const clockid_t id) in clockid_to_kclock() function