Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1What: /sys/kernel/mm/transparent_hugepage/
2Date: April 2024
3Contact: Linux memory management mailing list <linux-mm@kvack.org>
4Description:
5 /sys/kernel/mm/transparent_hugepage/ contains a number of files and
6 subdirectories,
7
8 - defrag
9 - enabled
10 - hpage_pmd_size
11 - khugepaged
12 - shmem_enabled
13 - use_zero_page
14 - subdirectories of the form hugepages-<size>kB, where <size>
15 is the page size of the hugepages supported by the kernel/CPU
16 combination.
17
18 See Documentation/admin-guide/mm/transhuge.rst for details.