Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dtime.h66 #define MAX_CLOCKS 16 macro
/linux-6.15/lib/vdso/
H A Dgettimeofday.c272 if (unlikely((u32) clock >= MAX_CLOCKS)) in __cvdso_clock_gettime_common()
407 if (unlikely((u32) clock >= MAX_CLOCKS)) in __cvdso_clock_getres_common()
/linux-6.15/kernel/bpf/
H A Dhelpers.c1282 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()