Home
last modified time | relevance | path

Searched refs:MAX_CLOCKS (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dtime.h66 #define MAX_CLOCKS 16 macro
74 #define CLOCK_AUX MAX_CLOCKS
/linux/kernel/bpf/
H A Dhelpers.c1288 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()