Home
last modified time | relevance | path

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

/mm/
Dmlock.c289 int *pgrescued) in __putback_lru_fast_prepare() argument
297 (*pgrescued)++; in __putback_lru_fast_prepare()
311 static void __putback_lru_fast(struct pagevec *pvec, int pgrescued) in __putback_lru_fast() argument
319 count_vm_events(UNEVICTABLE_PGRESCUED, pgrescued); in __putback_lru_fast()
338 int pgrescued = 0; in __munlock_pagevec() local
382 &pgrescued)) { in __munlock_pagevec()
400 __putback_lru_fast(&pvec_putback, pgrescued); in __munlock_pagevec()
Dvmscan.c3804 int pgrescued = 0; in check_move_unevictable_pages() local
3831 pgrescued++; in check_move_unevictable_pages()
3836 __count_vm_events(UNEVICTABLE_PGRESCUED, pgrescued); in check_move_unevictable_pages()