Home
last modified time | relevance | path

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

/linux-6.1.9/ipc/
Dshm.c715 vm_flags_t acctflag = 0; in newseg() local
756 acctflag = VM_NORESERVE; in newseg()
757 file = hugetlb_file_setup(name, hugesize, acctflag, in newseg()
766 acctflag = VM_NORESERVE; in newseg()
767 file = shmem_kernel_file_setup(name, size, acctflag); in newseg()
/linux-6.1.9/fs/hugetlbfs/
Dinode.c1577 vm_flags_t acctflag, int creat_flags, in hugetlb_file_setup() argument
1616 acctflag)) in hugetlb_file_setup()
/linux-6.1.9/include/linux/
Dhugetlb.h557 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup() argument