Lines Matching refs:k_clock

75 static const struct k_clock * const posix_clocks[];
76 static const struct k_clock *clockid_to_kclock(const clockid_t id);
77 static const struct k_clock clock_realtime, clock_monotonic;
499 const struct k_clock *kc = clockid_to_kclock(which_clock); in do_timer_create()
670 const struct k_clock *kc = timr->kclock; in common_timer_get()
722 const struct k_clock *kc; in do_timer_gettime()
837 const struct k_clock *kc = timr->kclock; in common_timer_set()
875 const struct k_clock *kc; in do_timer_settime()
954 const struct k_clock *kc = timer->kclock; in common_timer_del()
965 const struct k_clock *kc = timer->kclock; in timer_delete_hook()
1044 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1059 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1077 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1100 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE2()
1120 const struct k_clock *kc = clockid_to_kclock(which_clock); in COMPAT_SYSCALL_DEFINE2()
1135 const struct k_clock *kc = clockid_to_kclock(which_clock); in COMPAT_SYSCALL_DEFINE2()
1157 const struct k_clock *kc = clockid_to_kclock(which_clock); in COMPAT_SYSCALL_DEFINE2()
1185 const struct k_clock *kc = clockid_to_kclock(which_clock); in COMPAT_SYSCALL_DEFINE2()
1216 const struct k_clock *kc = clockid_to_kclock(which_clock); in SYSCALL_DEFINE4()
1243 const struct k_clock *kc = clockid_to_kclock(which_clock); in COMPAT_SYSCALL_DEFINE4()
1266 static const struct k_clock clock_realtime = {
1283 static const struct k_clock clock_monotonic = {
1298 static const struct k_clock clock_monotonic_raw = {
1303 static const struct k_clock clock_realtime_coarse = {
1308 static const struct k_clock clock_monotonic_coarse = {
1313 static const struct k_clock clock_tai = {
1328 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()