Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dringbuf_bench.c31 return sz >= wakeup_data_size ? BPF_RB_FORCE_WAKEUP : BPF_RB_NO_WAKEUP; in get_flags()
/Linux-v6.1/kernel/bpf/
Dringbuf.c478 if (flags & BPF_RB_FORCE_WAKEUP) in bpf_ringbuf_commit()
516 if (unlikely(flags & ~(BPF_RB_NO_WAKEUP | BPF_RB_FORCE_WAKEUP))) in BPF_CALL_4()
718 u64 wakeup_flags = BPF_RB_NO_WAKEUP | BPF_RB_FORCE_WAKEUP; in BPF_CALL_4()
762 if (flags & BPF_RB_FORCE_WAKEUP) in BPF_CALL_4()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dringbuf.c264 skel->bss->flags = BPF_RB_FORCE_WAKEUP; in test_ringbuf()
/Linux-v6.1/Documentation/bpf/
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-v6.1/tools/include/uapi/linux/
Dbpf.h5784 BPF_RB_FORCE_WAKEUP = (1ULL << 1), enumerator
/Linux-v6.1/include/uapi/linux/
Dbpf.h5784 BPF_RB_FORCE_WAKEUP = (1ULL << 1), enumerator