Searched refs:swap_low_threshold (Results 1 – 1 of 1) sorted by relevance
2306 static int64_t swap_low_threshold; in mp_event_psi() local2370 if (!swap_low_threshold) { in mp_event_psi()2371 swap_low_threshold = mi.field.total_swap * swap_free_low_percentage / 100; in mp_event_psi()2373 swap_is_low = mi.field.free_swap < swap_low_threshold; in mp_event_psi()2446 mi.field.free_swap * page_k, swap_low_threshold * page_k, thrashing); in mp_event_psi()2456 mi.field.free_swap * page_k, swap_low_threshold * page_k); in mp_event_psi()