Searched refs:PREFETCH_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
44 const PREFETCH_THRESHOLD: usize = 4 * 1024 * 1024; // = 4MB constant684 if ctx.mlock_budget_pages > bytes_to_pages(PREFETCH_THRESHOLD) { in swap_in()