Home
last modified time | relevance | path

Searched refs:dev_cgroup (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/security/
H A Ddevice_cgroup.c43 struct dev_cgroup { struct
99 static int dev_exception_add(struct dev_cgroup *dev_cgroup, in dev_exception_add() argument
131 static void dev_exception_rm(struct dev_cgroup *dev_cgroup, in dev_exception_rm() argument
170 static void dev_exception_clean(struct dev_cgroup *dev_cgroup) in dev_exception_clean() argument
190 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_online() local
211 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_offline() local
224 struct dev_cgroup *dev_cgroup; in devcgroup_css_alloc() local
226 dev_cgroup = kzalloc(sizeof(*dev_cgroup), GFP_KERNEL); in devcgroup_css_alloc()
237 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_css_free() local
404 static bool verify_new_ex(struct dev_cgroup *dev_cgroup, in verify_new_ex() argument
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst2346 tools/testing/selftests/bpf/progs/dev_cgroup.c in the kernel source tree.