Searched refs:CLOCK_AUX (Results 1 – 5 of 5) sorted by relevance
74 #define CLOCK_AUX MAX_CLOCKS macro76 #define CLOCK_AUX_LAST (CLOCK_AUX + MAX_AUX_CLOCKS - 1)
42 return IS_ENABLED(CONFIG_POSIX_AUX_CLOCKS) && id >= CLOCK_AUX && id <= CLOCK_AUX_LAST; in clockid_aux_valid()
63 return ktime_get_aux_ts64(CLOCK_AUX + tkid - TIMEKEEPER_AUX_FIRST, ts); in tk_get_aux_ts64()1842 case CLOCK_AUX ... CLOCK_AUX_LAST: in ktime_get_clock_ts64()2967 return TIMEKEEPER_AUX_FIRST + id - CLOCK_AUX; in clockid_to_tkid()3202 aux_clock_enable(CLOCK_AUX + id); in aux_clock_enable_store()3205 aux_clock_disable(CLOCK_AUX + id); in aux_clock_enable_store()
247 idx = clock - CLOCK_AUX; in do_aux()
371 case CLOCK_AUX ... CLOCK_AUX_LAST: in ptp_sys_offset_extended()