Searched refs:NORESERVE (Results 1 – 5 of 5) sorted by relevance
101 hugetlb_reserve_pages()做的第一件事是检查在调用shmget()或mmap()时是否指定了NORESERVE102 标志。如果指定了NORESERVE,那么这个函数立即返回,因为不需要预留。
441 pub const NORESERVE: vm_flags_t = bindings::VM_NORESERVE as vm_flags_t; constant
126 DECLARE_VMA_BIT(NORESERVE, 21), /* should the VM suppress accounting */227 #define VM_NORESERVE INIT_VM_FLAG(NORESERVE)
110 The first thing hugetlb_reserve_pages() does is check if the NORESERVE111 flag was specified in either the shmget() or mmap() call. If NORESERVE
325 DECLARE_VMA_BIT(NORESERVE, 21), /* should the VM suppress accounting */428 #define VM_NORESERVE INIT_VM_FLAG(NORESERVE)