Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dvmscan.c4316 int pgscanned = 0; in check_move_unevictable_pages() local
4329 pgscanned += nr_pages; in check_move_unevictable_pages()
4355 __count_vm_events(UNEVICTABLE_PGSCANNED, pgscanned); in check_move_unevictable_pages()
/kernel/linux/linux-6.6/mm/
H A Dvmscan.c8160 int pgscanned = 0; in check_move_unevictable_folios() local
8168 pgscanned += nr_pages; in check_move_unevictable_folios()
8186 __count_vm_events(UNEVICTABLE_PGSCANNED, pgscanned); in check_move_unevictable_folios()
8188 } else if (pgscanned) { in check_move_unevictable_folios()
8189 count_vm_events(UNEVICTABLE_PGSCANNED, pgscanned); in check_move_unevictable_folios()

Completed in 15 milliseconds