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()
1110 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1125 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1142 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_clock_adjtime()
1172 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1192 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1207 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1243 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1289 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1317 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1440 static const struct k_clock *clockid_to_kclock(const clockid_t id) in clockid_to_kclock() function