Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dmprog.c256 } else if (bpf_mprog_total(entry) == bpf_mprog_max()) { in bpf_mprog_attach()
284 if (idx >= bpf_mprog_max()) { in bpf_mprog_attach()
382 if (idx >= bpf_mprog_max()) { in bpf_mprog_detach()
430 for (i = 0; i < bpf_mprog_max(); i++) { in bpf_mprog_query()
/openbmc/linux/include/linux/
H A Dbpf_mprog.h189 static inline int bpf_mprog_max(void) in bpf_mprog_max() function
198 WARN_ON_ONCE(total > bpf_mprog_max()); in bpf_mprog_total()