Searched refs:const_ctrl (Results 1 – 1 of 1) sorted by relevance
574 const struct cgroup_ctrl *const_ctrl; in cgroup_root_scan() local589 const_ctrl = cgroup_find_ctrl(tok, 1); in cgroup_root_scan()590 if (const_ctrl) in cgroup_root_scan()591 add_ctrl(&ctrl_field, const_ctrl); in cgroup_root_scan()609 const_ctrl = cgroup_find_ctrl(tok, 0); in cgroup_root_scan()610 if (const_ctrl) in cgroup_root_scan()611 add_ctrl(&ctrl_field, const_ctrl); in cgroup_root_scan()