Searched refs:cpu_fbatches (Results 1 – 1 of 1) sorted by relevance
50 struct cpu_fbatches { struct68 static DEFINE_PER_CPU(struct cpu_fbatches, cpu_fbatches) = { argument190 local_lock_irqsave(&cpu_fbatches.lock_irq, flags); in __folio_batch_add_and_move()192 local_lock(&cpu_fbatches.lock); in __folio_batch_add_and_move()199 local_unlock_irqrestore(&cpu_fbatches.lock_irq, flags); in __folio_batch_add_and_move()201 local_unlock(&cpu_fbatches.lock); in __folio_batch_add_and_move()206 &cpu_fbatches.op, \209 offsetof(struct cpu_fbatches, op) >= \210 offsetof(struct cpu_fbatches, lock_irq) \323 struct folio_batch *fbatch = &per_cpu(cpu_fbatches.lru_activate, cpu); in folio_activate_drain()[all …]