Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Ddebug.c379 debug_cgrp_subsys.implicit_on_dfl = true; in enable_debug_cgroup()
H A Dcgroup.c1821 !ss->implicit_on_dfl) in rebind_subsystems()
3258 return cgroup_on_dfl(cgrp) && ss->implicit_on_dfl; in css_visible()
6277 WARN_ON(ss->implicit_on_dfl && !ss->threaded); in cgroup_init()
6279 if (ss->implicit_on_dfl) in cgroup_init()
/linux/include/linux/
H A Dcgroup-defs.h771 bool implicit_on_dfl:1; member