Home
last modified time | relevance | path

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

/mm/
Dksm.c221 static unsigned int ksm_thread_pages_to_scan = 100; variable
1771 ksm_do_scan(ksm_thread_pages_to_scan); in ksm_scan_thread()
2161 return sprintf(buf, "%u\n", ksm_thread_pages_to_scan); in pages_to_scan_show()
2175 ksm_thread_pages_to_scan = nr_pages; in pages_to_scan_store()