Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dringbuf_bench.c31 return sz >= wakeup_data_size ? BPF_RB_FORCE_WAKEUP : BPF_RB_NO_WAKEUP; in get_flags()
/linux-6.15/kernel/bpf/
H A Dringbuf.c504 if (flags & BPF_RB_FORCE_WAKEUP) in bpf_ringbuf_commit()
542 if (unlikely(flags & ~(BPF_RB_NO_WAKEUP | BPF_RB_FORCE_WAKEUP))) in BPF_CALL_4()
744 u64 wakeup_flags = BPF_RB_NO_WAKEUP | BPF_RB_FORCE_WAKEUP; in BPF_CALL_4()
787 if (flags & BPF_RB_FORCE_WAKEUP) in BPF_CALL_4()
/linux-6.15/Documentation/bpf/
H A Dringbuf.rst137 ``BPF_RB_NO_WAKEUP``/``BPF_RB_FORCE_WAKEUP`` flags for output/commit/discard
205 ``BPF_RB_FORCE_WAKEUP`` flags, which give full control over notifications of
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf.c343 skel->bss->flags = BPF_RB_FORCE_WAKEUP; in ringbuf_subtest()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h6171 BPF_RB_FORCE_WAKEUP = (1ULL << 1), enumerator
/linux-6.15/include/uapi/linux/
H A Dbpf.h6171 BPF_RB_FORCE_WAKEUP = (1ULL << 1), enumerator