Searched refs:cpu_fbatches (Results 1 – 1 of 1) sorted by relevance
44 struct cpu_fbatches { struct62 static DEFINE_PER_CPU(struct cpu_fbatches, cpu_fbatches) = { argument219 local_lock_irqsave(&cpu_fbatches.lock_irq, flags); in __folio_batch_add_and_move()221 local_lock(&cpu_fbatches.lock); in __folio_batch_add_and_move()228 local_unlock_irqrestore(&cpu_fbatches.lock_irq, flags); in __folio_batch_add_and_move()230 local_unlock(&cpu_fbatches.lock); in __folio_batch_add_and_move()235 &cpu_fbatches.op, \238 offsetof(struct cpu_fbatches, op) >= \239 offsetof(struct cpu_fbatches, lock_irq) \289 struct folio_batch *fbatch = &per_cpu(cpu_fbatches.lru_activate, cpu); in folio_activate_drain()[all …]