mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
3443333284
Some files over there won't parse well by Sphinx. Fix them. Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> # for IIO Acked-by: Fabrice Gasnier <fabrice.gasnier@st.com> Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/58cf3c2d611e0197fb215652719ebd82ca2658db.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18 lines
545 B
Plaintext
18 lines
545 B
Plaintext
What: /sys/kernel/mm/hugepages/
|
|
Date: June 2008
|
|
Contact: Nishanth Aravamudan <nacc@us.ibm.com>, hugetlb maintainers
|
|
Description:
|
|
/sys/kernel/mm/hugepages/ contains a number of subdirectories
|
|
of the form hugepages-<size>kB, where <size> is the page size
|
|
of the hugepages supported by the kernel/CPU combination.
|
|
|
|
Under these directories are a number of files:
|
|
|
|
- nr_hugepages
|
|
- nr_overcommit_hugepages
|
|
- free_hugepages
|
|
- surplus_hugepages
|
|
- resv_hugepages
|
|
|
|
See Documentation/admin-guide/mm/hugetlbpage.rst for details.
|