Searched refs:BPF_RB_PROD_POS (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_ringbuf.c74 prod_pos = bpf_ringbuf_query(&ringbuf, BPF_RB_PROD_POS);
/linux-master/kernel/bpf/
H A Dringbuf.c565 case BPF_RB_PROD_POS:
/linux-master/include/uapi/linux/
H A Dbpf.h4554 * * **BPF_RB_PROD_POS**: Producer(s) position (can wrap around).
6150 BPF_RB_PROD_POS = 3, enumerator in enum:__anon2648
/linux-master/tools/include/uapi/linux/
H A Dbpf.h4554 * * **BPF_RB_PROD_POS**: Producer(s) position (can wrap around).
6150 BPF_RB_PROD_POS = 3, enumerator in enum:__anon3189

Completed in 183 milliseconds