Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dringbuf.c744 for (samples = 0; samples < BPF_MAX_USER_RINGBUF_SAMPLES && ret == 0; samples++) { in BPF_CALL_4()
/linux-6.6.21/include/linux/
Dbpf.h1762 #define BPF_MAX_USER_RINGBUF_SAMPLES (128 * 1024) macro