Home
last modified time | relevance | path

Searched refs:oomd_cgroup_kill (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/oom/
Doomd-util.c174 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()
Doomd-util.h113 int oomd_cgroup_kill(const char *path, bool recurse, bool dry_run);
Dtest-oomd-util.c74 r = oomd_cgroup_kill(cgroup, false /* recurse */, false /* dry run */); in test_oomd_cgroup_kill()