Home
last modified time | relevance | path

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

/linux/rust/kernel/mm/
H A Dvirt.rs297 unsafe { self.update_flags(flags::DONTCOPY, 0) }; in set_dontcopy()
429 pub const DONTCOPY: vm_flags_t = bindings::VM_DONTCOPY as vm_flags_t; constant
/linux/tools/testing/vma/include/
H A Ddup.h122 DECLARE_VMA_BIT(DONTCOPY, 17), /* Do not copy this vma on fork */
223 #define VM_DONTCOPY INIT_VM_FLAG(DONTCOPY)
/linux/include/linux/
H A Dmm.h321 DECLARE_VMA_BIT(DONTCOPY, 17), /* Do not copy this vma on fork */
424 #define VM_DONTCOPY INIT_VM_FLAG(DONTCOPY)