Lines Matching defs:cg
933 struct cgroup *cg;
943 for (pos = 0, cg = desc; cg; cg = cgroup_parent(cg)) {
944 if (pos && !(cg->bpf.flags[atype] & BPF_F_ALLOW_MULTI))
947 head = &cg->bpf.progs[atype];
957 BUG_ON(!cg);
1085 struct cgroup *cg;
1096 for (pos = 0, cg = desc; cg; cg = cgroup_parent(cg)) {
1097 if (pos && !(cg->bpf.flags[atype] & BPF_F_ALLOW_MULTI))
1100 head = &cg->bpf.progs[atype];
1381 struct cgroup *cg;
1402 cg = cg_link->cgroup;
1407 cgroup_put(cg);