Lines Matching refs:fbatches
643 struct cpu_fbatches *fbatches = &per_cpu(cpu_fbatches, cpu); in lru_add_drain_cpu() local
644 struct folio_batch *fbatch = &fbatches->lru_add; in lru_add_drain_cpu()
649 fbatch = &fbatches->lru_move_tail; in lru_add_drain_cpu()
660 fbatch = &fbatches->lru_deactivate_file; in lru_add_drain_cpu()
664 fbatch = &fbatches->lru_deactivate; in lru_add_drain_cpu()
668 fbatch = &fbatches->lru_lazyfree; in lru_add_drain_cpu()
769 struct cpu_fbatches *fbatches = &per_cpu(cpu_fbatches, cpu); in cpu_needs_drain() local
772 return folio_batch_count(&fbatches->lru_add) || in cpu_needs_drain()
773 folio_batch_count(&fbatches->lru_move_tail) || in cpu_needs_drain()
774 folio_batch_count(&fbatches->lru_deactivate_file) || in cpu_needs_drain()
775 folio_batch_count(&fbatches->lru_deactivate) || in cpu_needs_drain()
776 folio_batch_count(&fbatches->lru_lazyfree) || in cpu_needs_drain()
777 folio_batch_count(&fbatches->lru_activate) || in cpu_needs_drain()