Searched refs:khugepaged (Results 1 – 2 of 2) sorted by relevance
51 automatically (with khugepaged)76 is by far not mandatory and khugepaged already can take care of long126 khugepaged will be automatically started when130 khugepaged runs usually at low frequency so while one may not want to132 should be worth invoking defrag at least in khugepaged. However it's133 also possible to disable defrag in khugepaged by writing 0 or enable134 defrag in khugepaged by writing 1:136 echo 0 >/sys/kernel/mm/transparent_hugepage/khugepaged/defrag137 echo 1 >/sys/kernel/mm/transparent_hugepage/khugepaged/defrag139 You can also control how many pages khugepaged should scan at each[all …]
68 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