Searched refs:MLOCK_BUDGET (Results 1 – 2 of 2) sorted by relevance
43 pub(crate) const MLOCK_BUDGET: usize = 16 * 1024 * 1024; // = 16MB constant261 mlock_budget_pages: bytes_to_pages(MLOCK_BUDGET), in create()754 ctx.mlock_budget_pages = bytes_to_pages(MLOCK_BUDGET); in drop()
68 use crate::page_handler::MLOCK_BUDGET;311 MLOCK_BUDGET as u64, in launch()312 MLOCK_BUDGET as u64, in launch()