Searched refs:acctflag (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/ipc/ |
D | shm.c | 528 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_file_setup(name, size, acctflag); in newseg()
|
/linux-4.1.27/include/linux/ |
D | hugetlb.h | 273 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup() argument
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 969 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup() argument 1018 acctflag)) in hugetlb_file_setup()
|