Home
last modified time | relevance | path

Searched refs:hugetlb (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/Documentation/cgroups/
Dhugetlb.txt13 # mount -t cgroup -o hugetlb none /sys/fs/cgroup
30 hugetlb.<hugepagesize>.limit_in_bytes # set/show limit of "hugepagesize" hugetlb usage
31 hugetlb.<hugepagesize>.max_usage_in_bytes # show max "hugepagesize" hugetlb usage recorded
32 hugetlb.<hugepagesize>.usage_in_bytes # show current usage for "hugepagesize" hugetlb
33 hugetlb.<hugepagesize>.failcnt # show the number of allocation failure due to HugeTLB limit
38 hugetlb.16GB.limit_in_bytes
39 hugetlb.16GB.max_usage_in_bytes
40 hugetlb.16GB.usage_in_bytes
41 hugetlb.16GB.failcnt
42 hugetlb.16MB.limit_in_bytes
[all …]
D00-INDEX15 hugetlb.txt
/linux-4.1.27/drivers/infiniband/core/
Dumem.c148 umem->hugetlb = 1; in ib_umem_get()
162 umem->hugetlb = 0; in ib_umem_get()
205 umem->hugetlb = 0; in ib_umem_get()
Dumem_odp.c261 umem->hugetlb = 0; in ib_umem_odp_get()
/linux-4.1.27/include/linux/
Dcgroup_subsys.h47 SUBSYS(hugetlb)
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-kernel-mm-hugepages3 Contact: Nishanth Aravamudan <nacc@us.ibm.com>, hugetlb maintainers
/linux-4.1.27/include/rdma/
Dib_umem.h49 int hugetlb; member
/linux-4.1.27/Documentation/vm/
Dhugetlbpage.txt22 persistent hugetlb pages in the kernel's huge page pool. It also displays
118 indicates that the hugetlb subsystem is allowed to try to obtain that
299 While read system calls are supported on files that reside on hugetlb
310 Users who wish to use hugetlb memory via shared memory segment should be a
316 Syscalls that operate on memory backed by hugetlb pages only have their lengths
318 errno set to EINVAL or exclude hugetlb pages that extend beyond the length if
320 a hugetlb page and the length is smaller than the hugepage size.
/linux-4.1.27/mm/
DMakefile44 obj-$(CONFIG_HUGETLBFS) += hugetlb.o
/linux-4.1.27/arch/arm/kvm/
Dmmu.c1219 bool write_fault, writable, hugetlb = false, force_pte = false; in user_mem_abort() local
1247 hugetlb = true; in user_mem_abort()
1311 if (!hugetlb && !force_pte) in user_mem_abort()
1312 hugetlb = transparent_hugepage_adjust(&pfn, &fault_ipa); in user_mem_abort()
1316 if (hugetlb) { in user_mem_abort()
/linux-4.1.27/Documentation/filesystems/
Dproc.txt1609 - (bit 5) hugetlb private memory
1610 - (bit 6) hugetlb shared memory
1615 Note bit 0-4 doesn't effect any hugetlb memory. hugetlb memory are only
1619 segments and hugetlb private memory are dumped.
/linux-4.1.27/Documentation/sysctl/
Dvm.txt266 shared memory segment using hugetlb page.
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_mrmw.c379 if (e_mr->umem->hugetlb) { in ehca_reg_user_mr()