Searched refs:bpf_ringbuf_commit (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/kernel/bpf/ |
D | ringbuf.c | 470 static void bpf_ringbuf_commit(void *sample, u64 flags, bool discard) in bpf_ringbuf_commit() function 500 bpf_ringbuf_commit(sample, flags, false /* discard */); in BPF_CALL_2() 513 bpf_ringbuf_commit(sample, flags, true /* discard */); in BPF_CALL_2() 539 bpf_ringbuf_commit(rec, flags, false /* discard */); in BPF_CALL_4() 624 bpf_ringbuf_commit(ptr->data, flags, false /* discard */); in BPF_CALL_2() 643 bpf_ringbuf_commit(ptr->data, flags, true /* discard */); in BPF_CALL_2()
|
/Linux-v6.6/Documentation/bpf/ |
D | ringbuf.rst | 88 - ``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
|
/Linux-v6.6/Documentation/hid/ |
D | hid-bpf.rst | 402 bpf_ringbuf_commit(buf, 0);
|