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()
1070 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1085 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1102 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_clock_adjtime()
1132 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 SYSCALL_DEFINE2()
1167 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1203 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1249 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1276 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1398 static const struct k_clock *clockid_to_kclock(const clockid_t id) in clockid_to_kclock() function