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;
461 const struct k_clock *kc = clockid_to_kclock(which_clock);
678 const struct k_clock *kc = timr->kclock;
880 const struct k_clock *kc = timr->kclock;
994 const struct k_clock *kc = timer->kclock;
1111 const struct k_clock *kc = clockid_to_kclock(which_clock);
1130 const struct k_clock *kc = clockid_to_kclock(which_clock);
1147 const struct k_clock *kc = clockid_to_kclock(which_clock);
1250 const struct k_clock *kc = clockid_to_kclock(which_clock);
1270 const struct k_clock *kc = clockid_to_kclock(which_clock);
1285 const struct k_clock *kc = clockid_to_kclock(which_clock);
1321 const struct k_clock *kc = clockid_to_kclock(which_clock);
1372 const struct k_clock *kc = clockid_to_kclock(which_clock);
1400 const struct k_clock *kc = clockid_to_kclock(which_clock);
1424 static const struct k_clock clock_realtime = {
1443 static const struct k_clock clock_monotonic = {
1460 static const struct k_clock clock_monotonic_raw = {
1465 static const struct k_clock clock_realtime_coarse = {
1470 static const struct k_clock clock_monotonic_coarse = {
1475 static const struct k_clock clock_tai = {
1492 static const struct k_clock clock_boottime = {
1509 static const struct k_clock * const posix_clocks[] = {
1526 static const struct k_clock *clockid_to_kclock(const clockid_t id)