Searched refs:acctflag (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | shm.c | 702 vm_flags_t acctflag = 0; in newseg() local 743 acctflag = VM_NORESERVE; in newseg() 744 file = hugetlb_file_setup(name, hugesize, acctflag, in newseg() 754 acctflag = VM_NORESERVE; in newseg() 755 file = shmem_kernel_file_setup(name, size, acctflag); in newseg()
|
| /OK3568_Linux_fs/kernel/fs/hugetlbfs/ |
| H A D | inode.c | 1461 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup() argument 1503 acctflag)) in hugetlb_file_setup()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hugetlb.h | 467 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup() argument
|