Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/include/linux/
Dcgroup_subsys.h58 SUBSYS(hugetlb)
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-kernel-mm-hugepages3 Contact: Nishanth Aravamudan <nacc@us.ibm.com>, hugetlb maintainers
/linux-4.4.14/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.
339 The most complete set of hugetlb tests are in the libhugetlbfs repository.
340 If you modify any hugetlb related code, use the libhugetlbfs test suite
341 to check for regressions. In addition, if you add any new hugetlb
/linux-4.4.14/include/rdma/
Dib_umem.h49 int hugetlb; member
/linux-4.4.14/mm/
DMakefile44 obj-$(CONFIG_HUGETLBFS) += hugetlb.o
/linux-4.4.14/arch/arm/kvm/
Dmmu.c1220 bool write_fault, writable, hugetlb = false, force_pte = false; in user_mem_abort() local
1248 hugetlb = true; in user_mem_abort()
1312 if (!hugetlb && !force_pte) in user_mem_abort()
1313 hugetlb = transparent_hugepage_adjust(&pfn, &fault_ipa); in user_mem_abort()
1317 if (hugetlb) { in user_mem_abort()
/linux-4.4.14/Documentation/filesystems/
Dproc.txt242 HugetlbPages size of hugetlb memory portions
1624 - (bit 5) hugetlb private memory
1625 - (bit 6) hugetlb shared memory
1632 Note that bits 0-4 don't affect hugetlb or DAX memory. hugetlb memory is
1636 segments, ELF header pages and hugetlb private memory are dumped.
/linux-4.4.14/Documentation/sysctl/
Dvm.txt266 shared memory segment using hugetlb page.
/linux-4.4.14/drivers/staging/rdma/ehca/
Dehca_mrmw.c379 if (e_mr->umem->hugetlb) { in ehca_reg_user_mr()