Searched refs:acctflag (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/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.10/include/linux/ |
D | hugetlb.h | 456 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup() argument
|
/Linux-v5.10/fs/hugetlbfs/ |
D | inode.c | 1454 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup() argument 1496 acctflag)) in hugetlb_file_setup()
|