Lines Matching refs:freeze
50 static int cg_freeze_nowait(const char *cgroup, bool freeze)
52 return cg_write(cgroup, "cgroup.freeze", freeze ? "1" : "0");
93 static int cg_freeze_wait(const char *cgroup, bool freeze)
101 ret = cg_freeze_nowait(cgroup, freeze);
111 ret = cg_check_frozen(cgroup, freeze);
133 * running processes and freeze it. Then unfreeze it. Then it kills all
186 * Then it tries to freeze and unfreeze the whole tree.
356 * The test runs a fork bomb in a cgroup and tries to freeze it.
663 * Test that it's possible to freeze a cgroup with a stopped process.
707 * Test that it's possible to freeze a cgroup with a ptraced process.
775 * Test that it's possible to freeze a cgroup with a process,