Lines Matching full:threaded
243 * For a domain cgroup, the following points to self. If threaded,
279 /* all threaded csets whose ->dom_cset points to this cset */
459 int nr_threaded_children; /* # of live threaded child cgroups */
510 * If !threaded, self. If threaded, it points to the nearest
511 * domain ancestor. Inside a threaded subtree, cgroups are exempt
517 struct cgroup *old_dom_cgrp; /* used while enabling threaded */
749 * If %true, the controller, supports threaded mode on the default
750 * hierarchy. In a threaded subtree, both process granularity and
751 * no-internal-process constraint are ignored and a threaded
756 * threaded. implicit && !threaded is not supported.
758 bool threaded:1; member