Searched refs:swap_threshold (Results 1 – 1 of 1) sorted by relevance
136 uint64_t swap_threshold; in oomd_swap_free_below() local141 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()