Home
last modified time | relevance | path

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

/external/crosvm/swap/src/
Dpage_handler.rs44 const PREFETCH_THRESHOLD: usize = 4 * 1024 * 1024; // = 4MB constant
684 if ctx.mlock_budget_pages > bytes_to_pages(PREFETCH_THRESHOLD) { in swap_in()