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 D | timer_lockup.c | 67 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 D | free_timer.c | 42 bpf_timer_start(&value->timer, 100000, BPF_F_TIMER_CPU_PIN); in start_cb()
|
| H A D | timer.c | 354 __u64 flags = BPF_F_TIMER_CPU_PIN; in test_pinned_timer()
|
| /linux-6.15/tools/sched_ext/ |
| H A D | scx_central.bpf.c | 292 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 D | helpers.c | 1419 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 D | bpf.h | 7556 BPF_F_TIMER_CPU_PIN = (1ULL << 1), enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 7556 BPF_F_TIMER_CPU_PIN = (1ULL << 1), enumerator
|