Lines Matching full:freeze
48 * Freeze the given cgroup.
50 static int cg_freeze_nowait(const char *cgroup, bool freeze) in cg_freeze_nowait() argument
52 return cg_write(cgroup, "cgroup.freeze", freeze ? "1" : "0"); in cg_freeze_nowait()
89 * Freeze the given cgroup and wait for the inotify signal.
93 static int cg_freeze_wait(const char *cgroup, bool freeze) in cg_freeze_wait() argument
101 ret = cg_freeze_nowait(cgroup, freeze); in cg_freeze_wait()
111 ret = cg_check_frozen(cgroup, freeze); in cg_freeze_wait()
133 * running processes and freeze it. Then unfreeze it. Then it kills all
186 * Then it tries to freeze and unfreeze the whole tree.
255 * Freeze B. in test_cgfreezer_tree()
261 * Freeze F. in test_cgfreezer_tree()
267 * Freeze G. in test_cgfreezer_tree()
282 * Freeze A. Check that A, B and E are frozen. in test_cgfreezer_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,