Searched refs:CLOCK_AUX (Results 1 – 3 of 3) 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()
Completed in 5 milliseconds