Searched refs:ret_selected (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/oom/ |
D | oomd-util.c | 247 int oomd_kill_by_pgscan_rate(Hashmap *h, const char *prefix, bool dry_run, char **ret_selected) { in oomd_kill_by_pgscan_rate() argument 253 assert(ret_selected); in oomd_kill_by_pgscan_rate() 279 *ret_selected = selected; in oomd_kill_by_pgscan_rate() 289 int oomd_kill_by_swap_usage(Hashmap *h, uint64_t threshold_usage, bool dry_run, char **ret_selected… in oomd_kill_by_swap_usage() argument 295 assert(ret_selected); in oomd_kill_by_swap_usage() 323 *ret_selected = selected; in oomd_kill_by_swap_usage()
|
D | oomd-util.h | 119 int oomd_kill_by_pgscan_rate(Hashmap *h, const char *prefix, bool dry_run, char **ret_selected); 120 int oomd_kill_by_swap_usage(Hashmap *h, uint64_t threshold_usage, bool dry_run, char **ret_selected…
|