Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dringbuf.c730 for (samples = 0; samples < BPF_MAX_USER_RINGBUF_SAMPLES && ret == 0; samples++) { in BPF_CALL_4()
/Linux-v6.1/include/linux/
Dbpf.h1435 #define BPF_MAX_USER_RINGBUF_SAMPLES (128 * 1024) macro