Home
last modified time | relevance | path

Searched refs:DIRTY_SEGMENTS_THRESHOLD (Results 1 – 2 of 2) sorted by relevance

/system/extras/checkpoint_gc/
Dcheckpoint_gc.sh26 DIRTY_SEGMENTS_THRESHOLD=100
49 TODO_SEGMENTS=$((${DIRTY_SEGMENTS_START}-${DIRTY_SEGMENTS_THRESHOLD}))
50 while [ ${DIRTY_SEGMENTS} -gt ${DIRTY_SEGMENTS_THRESHOLD} ]; do
51 …log -pi -t checkpoint_gc dirty segments:${DIRTY_SEGMENTS} \(threshold:${DIRTY_SEGMENTS_THRESHOLD}\)
/system/vold/
DIdleMaint.cpp71 static const int DIRTY_SEGMENTS_THRESHOLD = 100; variable
213 if (std::stoi(dirty_segments) > DIRTY_SEGMENTS_THRESHOLD) { in waitForGc()