Searched refs:MAX_CLOCKS (Results 1 – 4 of 4) sorted by relevance
66 #define MAX_CLOCKS 16 macro
251 if (unlikely((u32) clock >= MAX_CLOCKS)) in __cvdso_clock_gettime_common()381 if (unlikely((u32) clock >= MAX_CLOCKS)) in __cvdso_clock_getres_common()
117 static const int hrtimer_clock_to_base_table[MAX_CLOCKS] = {119 [0 ... MAX_CLOCKS - 1] = HRTIMER_MAX_CLOCK_BASES,1537 if (likely(clock_id < MAX_CLOCKS)) { in hrtimer_clockid_to_base()
1282 clockid = flags & (MAX_CLOCKS - 1); in __bpf_async_init()1327 clock_t clockid = flags & (MAX_CLOCKS - 1); in BPF_CALL_3()1329 BUILD_BUG_ON(MAX_CLOCKS != 16); in BPF_CALL_3()1333 if (flags >= MAX_CLOCKS || in BPF_CALL_3()