Home
last modified time | relevance | path

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

/linux/mm/
H A Dfolio.c622 struct cpu_fbatches *fbatches = &per_cpu(cpu_fbatches, cpu); in lru_add_drain_cpu() local
623 struct folio_batch *fbatch = &fbatches->lru_add; in lru_add_drain_cpu()
631 fbatch = &fbatches->lru_move_tail; in lru_add_drain_cpu()
642 fbatch = &fbatches->lru_deactivate_file; in lru_add_drain_cpu()
646 fbatch = &fbatches->lru_deactivate; in lru_add_drain_cpu()
650 fbatch = &fbatches->lru_lazyfree; in lru_add_drain_cpu()
758 struct cpu_fbatches *fbatches = &per_cpu(cpu_fbatches, cpu); in cpu_needs_drain() local
761 return data_race(folio_batch_count(&fbatches->lru_add) || in cpu_needs_drain()
762 folio_batch_count(&fbatches->lru_move_tail) || in cpu_needs_drain()
763 folio_batch_count(&fbatches->lru_deactivate_file) || in cpu_needs_drain()
[all …]