Searched refs:percpu_swap_cluster (Results 1 – 1 of 1) sorted by relevance
118 struct percpu_swap_cluster { struct124 static DEFINE_PER_CPU(struct percpu_swap_cluster, percpu_swap_cluster) = { argument820 this_cpu_write(percpu_swap_cluster.offset[order], next); in alloc_swap_scan_cluster()821 this_cpu_write(percpu_swap_cluster.si[order], si); in alloc_swap_scan_cluster()1190 si = this_cpu_read(percpu_swap_cluster.si[order]); in swap_alloc_fast()1191 offset = this_cpu_read(percpu_swap_cluster.offset[order]); in swap_alloc_fast()1293 local_lock(&percpu_swap_cluster.lock); in folio_alloc_swap()1296 local_unlock(&percpu_swap_cluster.lock); in folio_alloc_swap()2660 pcp_si = per_cpu_ptr(percpu_swap_cluster.si, cpu); in flush_percpu_swap_cluster()