Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_ringbuf.c73 ring_size = bpf_ringbuf_query(&ringbuf, BPF_RB_RING_SIZE); in test_ringbuf()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dringbuf.c480 case BPF_RB_RING_SIZE: in BPF_CALL_2()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4037 BPF_RB_RING_SIZE = 1, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4037 BPF_RB_RING_SIZE = 1, enumerator
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dringbuf.rst126 - ``BPF_RB_RING_SIZE`` returns the size of ring buffer;