Searched refs:CLOCK_AUX (Results 1 – 7 of 7) sorted by relevance
74 #define CLOCK_AUX MAX_CLOCKS macro76 #define CLOCK_AUX_LAST (CLOCK_AUX + MAX_AUX_CLOCKS - 1)
50 #define VDSO_AUX __GENMASK(CLOCK_AUX_LAST, CLOCK_AUX)
42 return IS_ENABLED(CONFIG_POSIX_AUX_CLOCKS) && id >= CLOCK_AUX && id <= CLOCK_AUX_LAST; in clockid_aux_valid()
67 return ktime_get_aux_ts64(CLOCK_AUX + tkid - TIMEKEEPER_AUX_FIRST, ts); in tk_get_aux_ts64()1687 case CLOCK_AUX ... CLOCK_AUX_LAST: in ktime_get_clock_ts64()2810 return TIMEKEEPER_AUX_FIRST + id - CLOCK_AUX; in clockid_to_tkid()3045 aux_clock_enable(CLOCK_AUX + id); in aux_clock_enable_store()3048 aux_clock_disable(CLOCK_AUX + id); in aux_clock_enable_store()
1529 [CLOCK_AUX ... CLOCK_AUX_LAST] = &clock_aux,
255 idx = clock - CLOCK_AUX; in do_aux()
371 case CLOCK_AUX ... CLOCK_AUX_LAST: in ptp_sys_offset_extended()