Lines Matching refs:clockid_to_kclock
55 static const struct k_clock *clockid_to_kclock(const clockid_t id);
475 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_timer_create()
1048 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1063 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1080 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_clock_adjtime()
1110 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1130 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1145 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1181 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_DEFINE4()
1239 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1357 static const struct k_clock *clockid_to_kclock(const clockid_t id) in clockid_to_kclock() function