Home
last modified time | relevance | path

Searched refs:BPF_F_TIMER_CPU_PIN (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtimer_lockup.c67 bpf_timer_start(timer, 1, BPF_F_TIMER_CPU_PIN); in timer1_prog()
83 bpf_timer_start(timer, 1, BPF_F_TIMER_CPU_PIN); in timer2_prog()
H A Dfree_timer.c42 bpf_timer_start(&value->timer, 100000, BPF_F_TIMER_CPU_PIN); in start_cb()
H A Dtimer.c354 __u64 flags = BPF_F_TIMER_CPU_PIN; in test_pinned_timer()
/linux/kernel/bpf/
H A Dhelpers.c1420 if (flags & ~(BPF_F_TIMER_ABS | BPF_F_TIMER_CPU_PIN)) in BPF_CALL_3()
1434 if (flags & BPF_F_TIMER_CPU_PIN) in BPF_CALL_3()
/linux/include/uapi/linux/
H A Dbpf.h7515 BPF_F_TIMER_CPU_PIN = (1ULL << 1), enumerator
/linux/tools/include/uapi/linux/
H A Dbpf.h7515 BPF_F_TIMER_CPU_PIN = (1ULL << 1), enumerator