Searched refs:compute_effective_progs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | cgroup.c | 227 static int compute_effective_progs(struct cgroup *cgrp, in compute_effective_progs() function 311 if (compute_effective_progs(cgrp, i, &arrays[i])) in cgroup_bpf_inherit() 343 err = compute_effective_progs(desc, type, &desc->bpf.inactive); in update_effective_progs() 657 * purge_effective_progs() - After compute_effective_progs fails to alloc new
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | cgroup.c | 401 static int compute_effective_progs(struct cgroup *cgrp, in compute_effective_progs() function 485 if (compute_effective_progs(cgrp, i, &arrays[i])) in cgroup_bpf_inherit() 517 err = compute_effective_progs(desc, atype, &desc->bpf.inactive); in update_effective_progs() 884 * purge_effective_progs() - After compute_effective_progs fails to alloc new
|
Completed in 11 milliseconds