Home
last modified time | relevance | path

Searched refs:BPF_F_TIMER_ABS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtimer.c303 BPF_F_TIMER_ABS); in timer_cb3()
307 BPF_F_TIMER_ABS); in timer_cb3()
327 BPF_F_TIMER_ABS); in BPF_PROG2()
/openbmc/linux/kernel/bpf/
H A Dhelpers.c1327 if (flags > BPF_F_TIMER_ABS) in BPF_CALL_3()
1336 if (flags & BPF_F_TIMER_ABS) in BPF_CALL_3()
/openbmc/linux/include/uapi/linux/
H A Dbpf.h7335 BPF_F_TIMER_ABS = (1ULL << 0), enumerator
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h7335 BPF_F_TIMER_ABS = (1ULL << 0), enumerator