Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dringbuf_bench.c55 if (bpf_ringbuf_output(&ringbuf, &sample_val, in bench_ringbuf()
Dtest_ringbuf.c64 bpf_ringbuf_output(&ringbuf, sample, sizeof(*sample), flags); in test_ringbuf()
Dtest_unpriv_bpf_disabled.c72 bpf_ringbuf_output(&ringbuf, &ringbuf_val, sizeof(ringbuf_val), 0); in sys_nanosleep_enter()
/linux-6.1.9/kernel/bpf/
Dringbuf.c510 BPF_CALL_4(bpf_ringbuf_output, struct bpf_map *, map, void *, data, u64, size, in BPF_CALL_4() argument
530 .func = bpf_ringbuf_output,
/linux-6.1.9/Documentation/bpf/
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