Home
last modified time | relevance | path

Searched refs:scan_npages (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Dksm.c2483 * @scan_npages: number of pages we want to scan before we return.
2485 static void ksm_do_scan(unsigned int scan_npages) in ksm_do_scan() argument
2489 unsigned int npages = scan_npages; in ksm_do_scan()
2500 ksm_pages_scanned += scan_npages - npages; in ksm_do_scan()
/kernel/linux/linux-5.10/mm/
H A Dksm.c2391 * @scan_npages: number of pages we want to scan before we return.
2393 static void ksm_do_scan(unsigned int scan_npages) in ksm_do_scan() argument
2398 while (scan_npages-- && likely(!freezing(current))) { in ksm_do_scan()

Completed in 8 milliseconds