Lines Matching refs:fbatches
640 struct cpu_fbatches *fbatches = &per_cpu(cpu_fbatches, cpu); in lru_add_drain_cpu() local
641 struct folio_batch *fbatch = &fbatches->lru_add; in lru_add_drain_cpu()
657 fbatch = &fbatches->lru_deactivate_file; in lru_add_drain_cpu()
661 fbatch = &fbatches->lru_deactivate; in lru_add_drain_cpu()
665 fbatch = &fbatches->lru_lazyfree; in lru_add_drain_cpu()
784 struct cpu_fbatches *fbatches = &per_cpu(cpu_fbatches, cpu); in cpu_needs_drain() local
787 return folio_batch_count(&fbatches->lru_add) || in cpu_needs_drain()
789 folio_batch_count(&fbatches->lru_deactivate_file) || in cpu_needs_drain()
790 folio_batch_count(&fbatches->lru_deactivate) || in cpu_needs_drain()
791 folio_batch_count(&fbatches->lru_lazyfree) || in cpu_needs_drain()
792 folio_batch_count(&fbatches->activate) || in cpu_needs_drain()