Searched refs:prev_thrash_growth (Results 1 – 1 of 1) sorted by relevance
2485 static int64_t prev_thrash_growth = 0; in mp_event_psi() local2548 prev_thrash_growth = 0; in mp_event_psi()2592 prev_thrash_growth = (workingset_refault_file - init_ws_refault) * 100 in mp_event_psi()2600 if (windows_passed > 1 || prev_thrash_growth < thrashing_limit) { in mp_event_psi()2601 prev_thrash_growth >>= windows_passed; in mp_event_psi()2614 thrashing += prev_thrash_growth; in mp_event_psi()