Lines Matching defs:kill
2383 * And don't kill the default root.
3407 * cgroup_apply_control_disable - kill or hide csses according to control
3410 * Walk @cgrp's subtree and kill and hide csses so that they match
4219 int kill;
4222 ret = kstrtoint(strstrip(buf), 0, &kill);
4226 if (kill != 1)
5489 .name = "cgroup.kill",
6061 /* css kill confirmation processing requires process context, bounce */
6888 bool kill = false;
6941 kill = kargs->kill_seq != cgrp_kill_seq;
6965 if (unlikely(kill))