Searched refs:BPF_F_TIMER_CPU_PIN (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer.c353 __u64 flags = BPF_F_TIMER_CPU_PIN;
/linux-master/kernel/bpf/
H A Dhelpers.c1286 if (flags & ~(BPF_F_TIMER_ABS | BPF_F_TIMER_CPU_PIN))
1300 if (flags & BPF_F_TIMER_CPU_PIN)
/linux-master/include/uapi/linux/
H A Dbpf.h5230 * **BPF_F_TIMER_CPU_PIN**
7463 * - BPF_F_TIMER_CPU_PIN: Timer will be pinned to the CPU of the caller.
7467 BPF_F_TIMER_CPU_PIN = (1ULL << 1), enumerator in enum:__anon2711
/linux-master/tools/include/uapi/linux/
H A Dbpf.h5230 * **BPF_F_TIMER_CPU_PIN**
7463 * - BPF_F_TIMER_CPU_PIN: Timer will be pinned to the CPU of the caller.
7467 BPF_F_TIMER_CPU_PIN = (1ULL << 1), enumerator in enum:__anon3252

Completed in 208 milliseconds