Searched refs:MAX_CLOCKS (Results 1 – 4 of 4) sorted by relevance
82 if ((_clkid >= MAX_CLOCKS) && (_ts == NULL)) in clock_getres_fallback()103 if ((_clkid >= MAX_CLOCKS) && (_ts == NULL)) in clock_getres32_fallback()
64 #define MAX_CLOCKS 16 macro
91 if (unlikely((u32) clock >= MAX_CLOCKS)) in __cvdso_clock_gettime_common()189 if (unlikely((u32) clock >= MAX_CLOCKS)) in __cvdso_clock_getres_common()
116 static const int hrtimer_clock_to_base_table[MAX_CLOCKS] = {118 [0 ... MAX_CLOCKS - 1] = HRTIMER_MAX_CLOCK_BASES,1363 if (likely(clock_id < MAX_CLOCKS)) { in hrtimer_clockid_to_base()