Searched refs:acctflag (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/ipc/ |
| D | shm.c | 610 vm_flags_t acctflag = 0; in newseg() local 651 acctflag = VM_NORESERVE; in newseg() 652 file = hugetlb_file_setup(name, hugesize, acctflag, in newseg() 662 acctflag = VM_NORESERVE; in newseg() 663 file = shmem_kernel_file_setup(name, size, acctflag); in newseg()
|
| /Linux-v5.4/fs/hugetlbfs/ |
| D | inode.c | 1368 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup() argument 1410 acctflag)) in hugetlb_file_setup()
|
| /Linux-v5.4/include/linux/ |
| D | hugetlb.h | 306 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup() argument
|