Searched refs:oomd_cgroup_kill (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/oom/ |
D | oomd-util.c | 174 int oomd_cgroup_kill(const char *path, bool recurse, bool dry_run) { in oomd_cgroup_kill() function 266 r = oomd_cgroup_kill(sorted[i]->path, true, dry_run); in oomd_kill_by_pgscan_rate() 310 r = oomd_cgroup_kill(sorted[i]->path, true, dry_run); in oomd_kill_by_swap_usage()
|
D | oomd-util.h | 113 int oomd_cgroup_kill(const char *path, bool recurse, bool dry_run);
|
D | test-oomd-util.c | 74 r = oomd_cgroup_kill(cgroup, false /* recurse */, false /* dry run */); in test_oomd_cgroup_kill()
|