Searched refs:__cgroup_bpf_detach (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf-cgroup.h | 113 int __cgroup_bpf_detach(struct cgroup *cgrp, struct bpf_prog *prog,
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cgroup.c | 723 int __cgroup_bpf_detach(struct cgroup *cgrp, struct bpf_prog *prog, in __cgroup_bpf_detach() function 885 WARN_ON(__cgroup_bpf_detach(cg_link->cgroup, NULL, cg_link, in bpf_cgroup_link_release()
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | cgroup.c | 6706 ret = __cgroup_bpf_detach(cgrp, prog, NULL, type); in cgroup_bpf_detach()
|