Home
last modified time | relevance | path

Searched refs:bpf_ringbuf_commit (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/kernel/bpf/
Dringbuf.c389 static void bpf_ringbuf_commit(void *sample, u64 flags, bool discard) in bpf_ringbuf_commit() function
419 bpf_ringbuf_commit(sample, flags, false /* discard */); in BPF_CALL_2()
432 bpf_ringbuf_commit(sample, flags, true /* discard */); in BPF_CALL_2()
458 bpf_ringbuf_commit(rec, flags, false /* discard */); in BPF_CALL_4()
/Linux-v5.10/Documentation/bpf/
Dringbuf.rst88 - ``bpf_ringbuf_reserve()``/``bpf_ringbuf_commit()``/``bpf_ringbuf_discard()``
172 allows ``bpf_ringbuf_commit()``/``bpf_ringbuf_discard()`` to accept only the
196 ``bpf_ringbuf_commit()`` implementation will send a notification of new record