Searched refs:BPF_RB_FORCE_WAKEUP (Results 1 – 6 of 6) sorted by relevance
31 return sz >= wakeup_data_size ? BPF_RB_FORCE_WAKEUP : BPF_RB_NO_WAKEUP; in get_flags()
511 if (flags & BPF_RB_FORCE_WAKEUP) in bpf_ringbuf_commit()549 if (unlikely(flags & ~(BPF_RB_NO_WAKEUP | BPF_RB_FORCE_WAKEUP))) in BPF_CALL_4()751 u64 wakeup_flags = BPF_RB_NO_WAKEUP | BPF_RB_FORCE_WAKEUP; in BPF_CALL_4()795 if (flags & BPF_RB_FORCE_WAKEUP) in BPF_CALL_4()
266 skel->bss->flags = BPF_RB_FORCE_WAKEUP; in ringbuf_subtest()
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
6022 BPF_RB_FORCE_WAKEUP = (1ULL << 1), enumerator
6027 BPF_RB_FORCE_WAKEUP = (1ULL << 1), enumerator