Searched refs:BPF_RB_FORCE_WAKEUP (Results 1 – 6 of 6) sorted by relevance
30 return sz >= wakeup_data_size ? BPF_RB_FORCE_WAKEUP : BPF_RB_NO_WAKEUP; in get_flags()
411 if (flags & BPF_RB_FORCE_WAKEUP) in bpf_ringbuf_commit()449 if (unlikely(flags & ~(BPF_RB_NO_WAKEUP | BPF_RB_FORCE_WAKEUP))) in BPF_CALL_4()
210 skel->bss->flags = BPF_RB_FORCE_WAKEUP; in test_ringbuf()
137 ``BPF_RB_NO_WAKEUP``/``BPF_RB_FORCE_WAKEUP`` flags for output/commit/discard205 ``BPF_RB_FORCE_WAKEUP`` flags, which give full control over notifications of
4031 BPF_RB_FORCE_WAKEUP = (1ULL << 1), enumerator