Home
last modified time | relevance | path

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

/systemd-251/src/oom/
Doomd-util.c136 uint64_t swap_threshold; in oomd_swap_free_below() local
141 swap_threshold = ctx->swap_total * threshold_permyriad / (uint64_t) 10000; in oomd_swap_free_below()
142 return (ctx->swap_total - ctx->swap_used) < swap_threshold; in oomd_swap_free_below()