Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/mm/
Dksm_tests.c218 static int ksm_do_scan(int scan_count, struct timespec start_time, int timeout) in ksm_do_scan() function
262 if (ksm_do_scan(2, start_time, timeout)) in ksm_merge_pages()
405 if (ksm_do_scan(1, start_time, timeout)) in check_ksm_unmerge()
/linux-6.6.21/mm/
Dksm.c2485 static void ksm_do_scan(unsigned int scan_npages) in ksm_do_scan() function
2519 ksm_do_scan(ksm_thread_pages_to_scan); in ksm_scan_thread()