Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dringbuf_bench.c54 if (bpf_ringbuf_output(&ringbuf, &sample_val, in bench_ringbuf()
A Dtest_ringbuf.c63 bpf_ringbuf_output(&ringbuf, sample, sizeof(*sample), flags); in test_ringbuf()
/linux/kernel/bpf/
A Dringbuf.c424 BPF_CALL_4(bpf_ringbuf_output, struct bpf_map *, map, void *, data, u64, size, in BPF_CALL_4() argument
444 .func = bpf_ringbuf_output,
/linux/Documentation/bpf/
A Dringbuf.rst86 - ``bpf_ringbuf_output()`` allows to *copy* data from one place to a ring
96 ``bpf_ringbuf_output()`` has disadvantage of incurring extra memory copy,
108 outside its reserved record space. bpf_ringbuf_output(), while slightly slower

Completed in 5 milliseconds