Lines Matching refs:freeze
52 static int cg_freeze_nowait(const char *cgroup, bool freeze)
54 return cg_write(cgroup, "cgroup.freeze", freeze ? "1" : "0");
150 static int cg_freeze_wait(const char *cgroup, bool freeze)
158 ret = cg_freeze_nowait(cgroup, freeze);
168 ret = cg_check_frozen(cgroup, freeze);
190 * running processes and freeze it. Then unfreeze it. Then it kills all
243 * Then it tries to freeze and unfreeze the whole tree.
413 * The test runs a fork bomb in a cgroup and tries to freeze it.
720 * Test that it's possible to freeze a cgroup with a stopped process.
764 * Test that it's possible to freeze a cgroup with a ptraced process.
832 * Test that it's possible to freeze a cgroup with a process,