Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A 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()
/openbmc/linux/mm/
H A Dksm.c2484 static void ksm_do_scan(unsigned int scan_npages) in ksm_do_scan() function
2516 ksm_do_scan(ksm_thread_pages_to_scan); in ksm_scan_thread()