Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dringbuf_bench.c29 sz = bpf_ringbuf_query(&ringbuf, BPF_RB_AVAIL_DATA); in get_flags()
H A Dtest_ringbuf.c72 avail_data = bpf_ringbuf_query(&ringbuf, BPF_RB_AVAIL_DATA); in test_ringbuf()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dringbuf.c478 case BPF_RB_AVAIL_DATA: in BPF_CALL_2()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4036 BPF_RB_AVAIL_DATA = 0, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4036 BPF_RB_AVAIL_DATA = 0, enumerator
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dringbuf.rst125 - ``BPF_RB_AVAIL_DATA`` returns amount of unconsumed data in ring buffer;