Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dswap.c639 struct folio_batch *fbatch = &fbatches->lru_add; in lru_add_drain_cpu()
644 fbatch = &fbatches->lru_move_tail; in lru_add_drain_cpu()
655 fbatch = &fbatches->lru_deactivate_file; in lru_add_drain_cpu()
659 fbatch = &fbatches->lru_deactivate; in lru_add_drain_cpu()
663 fbatch = &fbatches->lru_lazyfree; in lru_add_drain_cpu()
773 return folio_batch_count(&fbatches->lru_add) || in cpu_needs_drain()
774 folio_batch_count(&fbatches->lru_move_tail) || in cpu_needs_drain()
775 folio_batch_count(&fbatches->lru_deactivate_file) || in cpu_needs_drain()
776 folio_batch_count(&fbatches->lru_deactivate) || in cpu_needs_drain()
777 folio_batch_count(&fbatches->lru_lazyfree) || in cpu_needs_drain()
[all …]