Home
last modified time | relevance | path

Searched refs:pgrescued (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dmlock.c248 * In case of success, @page is added to @pvec and @pgrescued is incremented
252 int *pgrescued) in __putback_lru_fast_prepare()
260 (*pgrescued)++; in __putback_lru_fast_prepare()
274 static void __putback_lru_fast(struct pagevec *pvec, int pgrescued) in __putback_lru_fast() argument
282 count_vm_events(UNEVICTABLE_PGRESCUED, pgrescued); in __putback_lru_fast()
301 int pgrescued = 0; in __munlock_pagevec() local
345 &pgrescued)) { in __munlock_pagevec()
363 __putback_lru_fast(&pvec_putback, pgrescued); in __munlock_pagevec()
251 __putback_lru_fast_prepare(struct page *page, struct pagevec *pvec, int *pgrescued) __putback_lru_fast_prepare() argument
H A Dvmscan.c4317 int pgrescued = 0; in check_move_unevictable_pages() local
4349 pgrescued += nr_pages; in check_move_unevictable_pages()
4354 __count_vm_events(UNEVICTABLE_PGRESCUED, pgrescued); in check_move_unevictable_pages()
/kernel/linux/linux-6.6/mm/
H A Dvmscan.c8161 int pgrescued = 0; in check_move_unevictable_folios() local
8179 pgrescued += nr_pages; in check_move_unevictable_folios()
8185 __count_vm_events(UNEVICTABLE_PGRESCUED, pgrescued); in check_move_unevictable_folios()

Completed in 17 milliseconds