Home
last modified time | relevance | path

Searched refs:bpf_ringbuf_query (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
A Dtest_ringbuf.c71 avail_data = bpf_ringbuf_query(&ringbuf, BPF_RB_AVAIL_DATA); in test_ringbuf()
72 ring_size = bpf_ringbuf_query(&ringbuf, BPF_RB_RING_SIZE); in test_ringbuf()
73 cons_pos = bpf_ringbuf_query(&ringbuf, BPF_RB_CONS_POS); in test_ringbuf()
74 prod_pos = bpf_ringbuf_query(&ringbuf, BPF_RB_PROD_POS); in test_ringbuf()
A Dringbuf_bench.c29 sz = bpf_ringbuf_query(&ringbuf, BPF_RB_AVAIL_DATA); in get_flags()
/linux/kernel/bpf/
A Dringbuf.c452 BPF_CALL_2(bpf_ringbuf_query, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument
473 .func = bpf_ringbuf_query,
/linux/Documentation/bpf/
A Dringbuf.rst122 ``bpf_ringbuf_query()`` helper allows to query various properties of ring

Completed in 5 milliseconds