Searched refs:cgroup_lsm_atype (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dcgroup.c130 struct cgroup_lsm_atype { struct
135 static struct cgroup_lsm_atype cgroup_lsm_atype[CGROUP_LSM_NUM]; variable in typeref:struct:cgroup_lsm_atype
147 for (i = 0; i < ARRAY_SIZE(cgroup_lsm_atype); i++)
148 if (cgroup_lsm_atype[i].attach_btf_id == attach_btf_id)
151 for (i = 0; i < ARRAY_SIZE(cgroup_lsm_atype); i++)
152 if (cgroup_lsm_atype[i].attach_btf_id == 0)
165 WARN_ON_ONCE(cgroup_lsm_atype[i].attach_btf_id &&
166 cgroup_lsm_atype[i].attach_btf_id != attach_btf_id);
168 cgroup_lsm_atype[
[all...]

Completed in 158 milliseconds