Lines Matching full:freeze
50 * Freeze the given cgroup.
52 static int cg_freeze_nowait(const char *cgroup, bool freeze) in cg_freeze_nowait() argument
54 return cg_write(cgroup, "cgroup.freeze", freeze ? "1" : "0"); in cg_freeze_nowait()
146 * Freeze the given cgroup and wait for the inotify signal.
150 static int cg_freeze_wait(const char *cgroup, bool freeze) in cg_freeze_wait() argument
158 ret = cg_freeze_nowait(cgroup, freeze); in cg_freeze_wait()
168 ret = cg_check_frozen(cgroup, freeze); in cg_freeze_wait()
190 * running processes and freeze it. Then unfreeze it. Then it kills all
243 * Then it tries to freeze and unfreeze the whole tree.
312 * Freeze B. in test_cgfreezer_tree()
318 * Freeze F. in test_cgfreezer_tree()
324 * Freeze G. in test_cgfreezer_tree()
339 * Freeze A. Check that A, B and E are frozen. in test_cgfreezer_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,