Searched refs:MAX_CLOCKS (Results 1 – 2 of 2) sorted by relevance
66 #define MAX_CLOCKS 16 macro74 #define CLOCK_AUX MAX_CLOCKS
1288 clockid = flags & (MAX_CLOCKS - 1); in __bpf_async_init()1332 clock_t clockid = flags & (MAX_CLOCKS - 1); in BPF_CALL_3()1334 BUILD_BUG_ON(MAX_CLOCKS != 16); in BPF_CALL_3()1338 if (flags >= MAX_CLOCKS || in BPF_CALL_3()