Lines Matching refs:k_clock
57 static const struct k_clock * const posix_clocks[];
58 static const struct k_clock *clockid_to_kclock(const clockid_t id);
59 static const struct k_clock clock_realtime, clock_monotonic;
469 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_timer_create()
686 const struct k_clock *kc = timr->kclock; in common_timer_get()
888 const struct k_clock *kc = timr->kclock; in common_timer_set()
1002 const struct k_clock *kc = timer->kclock; in common_timer_del()
1119 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1138 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1155 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_clock_adjtime()
1258 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1278 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1293 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1329 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1380 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1408 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1432 static const struct k_clock clock_realtime = {
1451 static const struct k_clock clock_monotonic = {
1468 static const struct k_clock clock_monotonic_raw = {
1473 static const struct k_clock clock_realtime_coarse = {
1478 static const struct k_clock clock_monotonic_coarse = {
1483 static const struct k_clock clock_tai = {
1500 static const struct k_clock clock_boottime = {
1517 static const struct k_clock * const posix_clocks[] = {
1534 static const struct k_clock *clockid_to_kclock(const clockid_t id) in clockid_to_kclock()