Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dswap.c648 struct cpu_fbatches *fbatches = &per_cpu(cpu_fbatches, cpu); in lru_add_drain_cpu() local
649 struct folio_batch *fbatch = &fbatches->lru_add; in lru_add_drain_cpu()
665 fbatch = &fbatches->lru_deactivate_file; in lru_add_drain_cpu()
669 fbatch = &fbatches->lru_deactivate; in lru_add_drain_cpu()
673 fbatch = &fbatches->lru_lazyfree; in lru_add_drain_cpu()
792 struct cpu_fbatches *fbatches = &per_cpu(cpu_fbatches, cpu); in cpu_needs_drain() local
795 return folio_batch_count(&fbatches->lru_add) || in cpu_needs_drain()
797 folio_batch_count(&fbatches->lru_deactivate_file) || in cpu_needs_drain()
798 folio_batch_count(&fbatches->lru_deactivate) || in cpu_needs_drain()
799 folio_batch_count(&fbatches->lru_lazyfree) || in cpu_needs_drain()
[all …]

Completed in 4 milliseconds