Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/tools/sched_ext/
H A Dscx_central.bpf.c292 bpf_timer_start(timer, TIMER_INTERVAL_NS, BPF_F_TIMER_CPU_PIN); in central_timerfn()
319 ret = bpf_timer_start(timer, TIMER_INTERVAL_NS, BPF_F_TIMER_CPU_PIN); in BPF_STRUCT_OPS_SLEEPABLE()
/linux-6.15/kernel/bpf/
H A Dhelpers.c1419 if (flags & ~(BPF_F_TIMER_ABS | BPF_F_TIMER_CPU_PIN)) in BPF_CALL_3()
1433 if (flags & BPF_F_TIMER_CPU_PIN) in BPF_CALL_3()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h7556 BPF_F_TIMER_CPU_PIN = (1ULL << 1), enumerator
/linux-6.15/include/uapi/linux/
H A Dbpf.h7556 BPF_F_TIMER_CPU_PIN = (1ULL << 1), enumerator