Searched refs:BPF_RB_NO_WAKEUP (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dringbuf_bench.c31 return sz >= wakeup_data_size ? BPF_RB_FORCE_WAKEUP : BPF_RB_NO_WAKEUP;
/linux-master/kernel/bpf/
H A Dringbuf.c494 else if (cons_pos == rec_pos && !(flags & BPF_RB_NO_WAKEUP))
530 if (unlikely(flags & ~(BPF_RB_NO_WAKEUP | BPF_RB_FORCE_WAKEUP)))
732 u64 wakeup_flags = BPF_RB_NO_WAKEUP | BPF_RB_FORCE_WAKEUP;
777 else if (!(flags & BPF_RB_NO_WAKEUP) && samples > 0)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf.c240 skel->bss->flags = BPF_RB_NO_WAKEUP;
/linux-master/include/uapi/linux/
H A Dbpf.h4496 * If **BPF_RB_NO_WAKEUP** is specified in *flags*, no notification
4521 * If **BPF_RB_NO_WAKEUP** is specified in *flags*, no notification
4535 * If **BPF_RB_NO_WAKEUP** is specified in *flags*, no notification
5729 * buffer. If the BPF_RB_NO_WAKEUP flag is passed to this
6141 BPF_RB_NO_WAKEUP = (1ULL << 0), enumerator in enum:__anon2647
/linux-master/tools/include/uapi/linux/
H A Dbpf.h4496 * If **BPF_RB_NO_WAKEUP** is specified in *flags*, no notification
4521 * If **BPF_RB_NO_WAKEUP** is specified in *flags*, no notification
4535 * If **BPF_RB_NO_WAKEUP** is specified in *flags*, no notification
5729 * buffer. If the BPF_RB_NO_WAKEUP flag is passed to this
6141 BPF_RB_NO_WAKEUP = (1ULL << 0), enumerator in enum:__anon3188

Completed in 247 milliseconds