Home
last modified time | relevance | path

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

/linux-4.4.14/ipc/
Dshm.c528 vm_flags_t acctflag = 0; in newseg() local
569 acctflag = VM_NORESERVE; in newseg()
570 file = hugetlb_file_setup(name, hugesize, acctflag, in newseg()
580 acctflag = VM_NORESERVE; in newseg()
581 file = shmem_kernel_file_setup(name, size, acctflag); in newseg()
/linux-4.4.14/include/linux/
Dhugetlb.h283 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup() argument
/linux-4.4.14/fs/hugetlbfs/
Dinode.c1236 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup() argument
1287 acctflag)) in hugetlb_file_setup()