Home
last modified time | relevance | path

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

/openbmc/linux/kernel/cgroup/
H A Ddebug.c379 debug_cgrp_subsys.implicit_on_dfl = true; in enable_debug_cgroup()
H A Dcgroup.c1784 !ss->implicit_on_dfl) in rebind_subsystems()
3164 return cgroup_on_dfl(cgrp) && ss->implicit_on_dfl; in css_visible()
6125 WARN_ON(ss->implicit_on_dfl && !ss->threaded); in cgroup_init()
6127 if (ss->implicit_on_dfl) in cgroup_init()
/openbmc/linux/include/linux/
H A Dcgroup-defs.h707 bool implicit_on_dfl:1; member
/openbmc/linux/kernel/events/
H A Dcore.c13939 .implicit_on_dfl = true,