Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dmlock.c217 int *pgrescued) in __putback_lru_fast_prepare() argument
225 (*pgrescued)++; in __putback_lru_fast_prepare()
239 static void __putback_lru_fast(struct pagevec *pvec, int pgrescued) in __putback_lru_fast() argument
247 count_vm_events(UNEVICTABLE_PGRESCUED, pgrescued); in __putback_lru_fast()
267 int pgrescued = 0; in __munlock_pagevec() local
316 &pgrescued)) { in __munlock_pagevec()
334 __putback_lru_fast(&pvec_putback, pgrescued); in __munlock_pagevec()
Dvmscan.c4663 int pgrescued = 0; in check_move_unevictable_pages() local
4685 pgrescued += nr_pages; in check_move_unevictable_pages()
4691 __count_vm_events(UNEVICTABLE_PGRESCUED, pgrescued); in check_move_unevictable_pages()