Lines Matching refs:thrashing
2188 int thrashing; member
2265 kill_st.thrashing = ki->thrashing; in kill_one_process()
2273 kill_st.thrashing = 0; in kill_one_process()
2493 int64_t thrashing = 0; in mp_event_psi() local
2611 thrashing = (workingset_refault_file - init_ws_refault) * 100 / (base_file_lru + 1); in mp_event_psi()
2614 thrashing += prev_thrash_growth; in mp_event_psi()
2615 if (max_thrashing < thrashing) { in mp_event_psi()
2616 max_thrashing = thrashing; in mp_event_psi()
2662 } else if (swap_is_low && thrashing > thrashing_limit_pct) { in mp_event_psi()
2667 mi.field.free_swap * page_k, swap_low_threshold * page_k, thrashing); in mp_event_psi()
2669 if (wmark > WMARK_MIN && thrashing < thrashing_critical_pct) { in mp_event_psi()
2680 if (wmark > WMARK_MIN && thrashing < thrashing_critical_pct) { in mp_event_psi()
2693 } else if (wmark < WMARK_HIGH && thrashing > thrashing_limit) { in mp_event_psi()
2697 PRId64 "%%)", wmark < WMARK_LOW ? "min" : "low", thrashing); in mp_event_psi()
2700 if (thrashing < thrashing_critical_pct) { in mp_event_psi()
2704 } else if (reclaim == DIRECT_RECLAIM && thrashing > thrashing_limit) { in mp_event_psi()
2708 PRId64 "%%)", thrashing); in mp_event_psi()
2711 if (thrashing < thrashing_critical_pct) { in mp_event_psi()
2736 .thrashing = (int)thrashing, in mp_event_psi()