Searched refs:prog_list_length (Results 1 – 1 of 1) sorted by relevance
181 static u32 prog_list_length(struct list_head *head) in prog_list_length() function212 cnt = prog_list_length(&p->bpf.progs[atype]); in hierarchy_allows_attach()240 cnt += prog_list_length(&p->bpf.progs[atype]); in compute_effective_progs()474 if (prog_list_length(progs) >= BPF_CGROUP_MAX_PROGS) in __cgroup_bpf_attach()784 cnt = prog_list_length(progs); in __cgroup_bpf_query()
Completed in 12 milliseconds