Home
last modified time | relevance | path

Searched refs:NORESERVE (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/translations/zh_CN/mm/
H A Dhugetlbfs_reserv.rst101 hugetlb_reserve_pages()做的第一件事是检查在调用shmget()或mmap()时是否指定了NORESERVE
102 标志。如果指定了NORESERVE,那么这个函数立即返回,因为不需要预留。
/linux/rust/kernel/mm/
H A Dvirt.rs441 pub const NORESERVE: vm_flags_t = bindings::VM_NORESERVE as vm_flags_t; constant
/linux/tools/testing/vma/include/
H A Ddup.h126 DECLARE_VMA_BIT(NORESERVE, 21), /* should the VM suppress accounting */
227 #define VM_NORESERVE INIT_VM_FLAG(NORESERVE)
/linux/Documentation/mm/
H A Dhugetlbfs_reserv.rst110 The first thing hugetlb_reserve_pages() does is check if the NORESERVE
111 flag was specified in either the shmget() or mmap() call. If NORESERVE
/linux/include/linux/
H A Dmm.h325 DECLARE_VMA_BIT(NORESERVE, 21), /* should the VM suppress accounting */
428 #define VM_NORESERVE INIT_VM_FLAG(NORESERVE)