Searched refs:hugetlb (Results 1 – 13 of 13) sorted by relevance
13 # mount -t cgroup -o hugetlb none /sys/fs/cgroup30 hugetlb.<hugepagesize>.limit_in_bytes # set/show limit of "hugepagesize" hugetlb usage31 hugetlb.<hugepagesize>.max_usage_in_bytes # show max "hugepagesize" hugetlb usage recorded32 hugetlb.<hugepagesize>.usage_in_bytes # show current usage for "hugepagesize" hugetlb33 hugetlb.<hugepagesize>.failcnt # show the number of allocation failure due to HugeTLB limit38 hugetlb.16GB.limit_in_bytes39 hugetlb.16GB.max_usage_in_bytes40 hugetlb.16GB.usage_in_bytes41 hugetlb.16GB.failcnt42 hugetlb.16MB.limit_in_bytes[all …]
15 hugetlb.txt
148 umem->hugetlb = 1; in ib_umem_get()162 umem->hugetlb = 0; in ib_umem_get()205 umem->hugetlb = 0; in ib_umem_get()
261 umem->hugetlb = 0; in ib_umem_odp_get()
58 SUBSYS(hugetlb)
3 Contact: Nishanth Aravamudan <nacc@us.ibm.com>, hugetlb maintainers
22 persistent hugetlb pages in the kernel's huge page pool. It also displays118 indicates that the hugetlb subsystem is allowed to try to obtain that299 While read system calls are supported on files that reside on hugetlb310 Users who wish to use hugetlb memory via shared memory segment should be a316 Syscalls that operate on memory backed by hugetlb pages only have their lengths318 errno set to EINVAL or exclude hugetlb pages that extend beyond the length if320 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 suite341 to check for regressions. In addition, if you add any new hugetlb
49 int hugetlb; member
44 obj-$(CONFIG_HUGETLBFS) += hugetlb.o
1220 bool write_fault, writable, hugetlb = false, force_pte = false; in user_mem_abort() local1248 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()
242 HugetlbPages size of hugetlb memory portions1624 - (bit 5) hugetlb private memory1625 - (bit 6) hugetlb shared memory1632 Note that bits 0-4 don't affect hugetlb or DAX memory. hugetlb memory is1636 segments, ELF header pages and hugetlb private memory are dumped.
266 shared memory segment using hugetlb page.
379 if (e_mr->umem->hugetlb) { in ehca_reg_user_mr()