Searched refs:thrashing (Results 1 – 4 of 4) sorted by relevance
2031 int thrashing; member2068 android_log_write_int32(ctx, ki->thrashing); in killinfo_log()2382 kill_st.thrashing = ki->thrashing; in kill_one_process()2389 kill_st.thrashing = 0; in kill_one_process()2608 int64_t thrashing = 0; in mp_event_psi() local2727 thrashing = (workingset_refault_file - init_ws_refault) * 100 / (base_file_lru + 1); in mp_event_psi()2730 thrashing += prev_thrash_growth; in mp_event_psi()2731 if (max_thrashing < thrashing) { in mp_event_psi()2732 max_thrashing = thrashing; in mp_event_psi()2778 } else if (swap_is_low && thrashing > thrashing_limit_pct) { in mp_event_psi()[all …]
79 int32_t thrashing; member
74 to consider system thrashing its pagecache.78 - `ro.lmk.thrashing_limit_decay`: thrashing threshold decay expressed as a
332 index = pack_int32(packet, index, kill_stat->thrashing); in lmkd_pack_set_kill_occurred()