Lines Matching refs:k_clock
54 static const struct k_clock * const posix_clocks[];
55 static const struct k_clock *clockid_to_kclock(const clockid_t id);
56 static const struct k_clock clock_realtime, clock_monotonic;
475 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_timer_create()
646 const struct k_clock *kc = timr->kclock; in common_timer_get()
698 const struct k_clock *kc; in do_timer_gettime()
822 const struct k_clock *kc = READ_ONCE(timer->kclock); in timer_wait_running()
842 const struct k_clock *kc = timr->kclock; in common_timer_set()
880 const struct k_clock *kc; in do_timer_settime()
963 const struct k_clock *kc = timer->kclock; in common_timer_del()
974 const struct k_clock *kc = timer->kclock; in timer_delete_hook()
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()
1262 static const struct k_clock clock_realtime = {
1280 static const struct k_clock clock_monotonic = {
1296 static const struct k_clock clock_monotonic_raw = {
1301 static const struct k_clock clock_realtime_coarse = {
1306 static const struct k_clock clock_monotonic_coarse = {
1311 static const struct k_clock clock_tai = {
1327 static const struct k_clock clock_boottime = {
1343 static const struct k_clock * const posix_clocks[] = {
1357 static const struct k_clock *clockid_to_kclock(const clockid_t id) in clockid_to_kclock()