Searched refs:BPF_F_TIMER_CPU_PIN (Results 1 - 4 of 4) sorted by last modified time

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer.c354 __u64 flags = BPF_F_TIMER_CPU_PIN;
/linux-master/tools/include/uapi/linux/
H A Dbpf.h5238 * **BPF_F_TIMER_CPU_PIN**
7493 * - BPF_F_TIMER_CPU_PIN: Timer will be pinned to the CPU of the caller.
7497 BPF_F_TIMER_CPU_PIN = (1ULL << 1), enumerator in enum:__anon3620
/linux-master/kernel/bpf/
H A Dhelpers.c1398 if (flags & ~(BPF_F_TIMER_ABS | BPF_F_TIMER_CPU_PIN))
1412 if (flags & BPF_F_TIMER_CPU_PIN)
/linux-master/include/uapi/linux/
H A Dbpf.h5238 * **BPF_F_TIMER_CPU_PIN**
7493 * - BPF_F_TIMER_CPU_PIN: Timer will be pinned to the CPU of the caller.
7497 BPF_F_TIMER_CPU_PIN = (1ULL << 1), enumerator in enum:__anon3010

Completed in 221 milliseconds