Home
last modified time | relevance | path

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

/external/crosvm/swap/src/
Dpage_handler.rs43 pub(crate) const MLOCK_BUDGET: usize = 16 * 1024 * 1024; // = 16MB constant
261 mlock_budget_pages: bytes_to_pages(MLOCK_BUDGET), in create()
754 ctx.mlock_budget_pages = bytes_to_pages(MLOCK_BUDGET); in drop()
Dlib.rs68 use crate::page_handler::MLOCK_BUDGET;
311 MLOCK_BUDGET as u64, in launch()
312 MLOCK_BUDGET as u64, in launch()