Home
last modified time | relevance | path

Searched refs:implicit_on_dfl (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Ddebug.c379 debug_cgrp_subsys.implicit_on_dfl = true; in enable_debug_cgroup()
H A Dcgroup.c1751 !ss->implicit_on_dfl) in rebind_subsystems()
3139 return cgroup_on_dfl(cgrp) && ss->implicit_on_dfl; in css_visible()
5915 WARN_ON(ss->implicit_on_dfl && !ss->threaded); in cgroup_init()
5917 if (ss->implicit_on_dfl) in cgroup_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup-defs.h665 bool implicit_on_dfl:1; member
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c13197 .implicit_on_dfl = true,