Searched refs:MAX_CLOCKS (Results 1 – 3 of 3) sorted by relevance
66 #define MAX_CLOCKS 16 macro
272 if (unlikely((u32) clock >= MAX_CLOCKS)) in __cvdso_clock_gettime_common()407 if (unlikely((u32) clock >= MAX_CLOCKS)) in __cvdso_clock_getres_common()
1282 clockid = flags & (MAX_CLOCKS - 1); in __bpf_async_init()1326 clock_t clockid = flags & (MAX_CLOCKS - 1); in BPF_CALL_3()1328 BUILD_BUG_ON(MAX_CLOCKS != 16); in BPF_CALL_3()1332 if (flags >= MAX_CLOCKS || in BPF_CALL_3()