Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dringbuf.c39 * __bpf_user_ringbuf_peek() // lock acquired
46 * __bpf_user_ringbuf_peek() if the busy bit is held by another task.
672 static int __bpf_user_ringbuf_peek(struct bpf_ringbuf *rb, void **sample, u32 *size) in __bpf_user_ringbuf_peek() function
734 * by this task with smp_load_acquire() in __bpf_user_ringbuf_peek(). in __bpf_user_ringbuf_sample_release()
765 err = __bpf_user_ringbuf_peek(rb, &sample, &size); in BPF_CALL_4()