Home
last modified time | relevance | path

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

/linux/rust/kernel/mm/
H A Dvirt.rs287 unsafe { self.update_flags(flags::DONTEXPAND, 0) }; in set_dontexpand()
432 pub const DONTEXPAND: vm_flags_t = bindings::VM_DONTEXPAND as vm_flags_t; constant
/linux/tools/testing/vma/include/
H A Ddup.h123 DECLARE_VMA_BIT(DONTEXPAND, 18),/* Cannot expand with mremap() */
224 #define VM_DONTEXPAND INIT_VM_FLAG(DONTEXPAND)
/linux/include/linux/
H A Dmm.h322 DECLARE_VMA_BIT(DONTEXPAND, 18),/* Cannot expand with mremap() */
425 #define VM_DONTEXPAND INIT_VM_FLAG(DONTEXPAND)