Searched refs:reclaim (Results 1 – 5 of 5) sorted by relevance
79 reclaim=$4116 ((curReclaim=curReclaim+${reclaim:=0}))
278 if grep -qi reclaim $traceout; then
95 - `ro.lmk.direct_reclaim_threshold_ms`: direct reclaim duration threshold in97 direct reclaim. Default = 0 (disabled)
2887 enum reclaim_state reclaim = NO_RECLAIM; in mp_event_psi() local2968 reclaim = DIRECT_RECLAIM; in mp_event_psi()2972 reclaim = KSWAPD_RECLAIM; in mp_event_psi()3112 } else if (reclaim == DIRECT_RECLAIM && thrashing > thrashing_limit) { in mp_event_psi()3123 } else if (reclaim == DIRECT_RECLAIM && direct_reclaim_threshold_ms > 0 && in mp_event_psi()3203 if (events || killing || reclaim == DIRECT_RECLAIM) { in mp_event_psi()
86 happens from a flush thread or VM reclaim). In this mode, we only get