Home
last modified time | relevance | path

Searched refs:khugepaged (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/Documentation/vm/
Dtranshuge.txt51 automatically (with khugepaged)
76 is by far not mandatory and khugepaged already can take care of long
126 khugepaged will be automatically started when
130 khugepaged runs usually at low frequency so while one may not want to
132 should be worth invoking defrag at least in khugepaged. However it's
133 also possible to disable defrag in khugepaged by writing 0 or enable
134 defrag in khugepaged by writing 1:
136 echo 0 >/sys/kernel/mm/transparent_hugepage/khugepaged/defrag
137 echo 1 >/sys/kernel/mm/transparent_hugepage/khugepaged/defrag
139 You can also control how many pages khugepaged should scan at each
[all …]
/linux-4.1.27/mm/
Dhuge_memory.c68 static int khugepaged(void *none);
150 khugepaged_thread = kthread_run(khugepaged, NULL, in start_stop_khugepaged()
2833 static int khugepaged(void *none) in khugepaged() function