Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dswap.c50 struct cpu_fbatches { struct
68 static DEFINE_PER_CPU(struct cpu_fbatches, cpu_fbatches) = { argument
221 local_lock_irqsave(&cpu_fbatches.lock_irq, flags); in __folio_batch_add_and_move()
223 local_lock(&cpu_fbatches.lock); in __folio_batch_add_and_move()
230 local_unlock_irqrestore(&cpu_fbatches.lock_irq, flags); in __folio_batch_add_and_move()
232 local_unlock(&cpu_fbatches.lock); in __folio_batch_add_and_move()
237 &cpu_fbatches.op, \
241 offsetof(struct cpu_fbatches, op) >= offsetof(struct cpu_fbatches, lock_irq) \
349 struct folio_batch *fbatch = &per_cpu(cpu_fbatches.lru_activate, cpu); in folio_activate_drain()
387 local_lock(&cpu_fbatches.lock); in __lru_cache_activate_folio()
[all …]