Searched refs:percpu_swap_cluster (Results 1 – 1 of 1) sorted by relevance
121 struct percpu_swap_cluster { struct127 static DEFINE_PER_CPU(struct percpu_swap_cluster, percpu_swap_cluster) = { argument499 lockdep_assert_held(&this_cpu_ptr(&percpu_swap_cluster)->lock); in swap_cluster_alloc_table()518 local_unlock(&percpu_swap_cluster.lock); in swap_cluster_alloc_table()530 local_lock(&percpu_swap_cluster.lock); in swap_cluster_alloc_table()942 this_cpu_write(percpu_swap_cluster.offset[order], next); in alloc_swap_scan_cluster()943 this_cpu_write(percpu_swap_cluster.si[order], si); in alloc_swap_scan_cluster()1320 si = this_cpu_read(percpu_swap_cluster.si[order]); in swap_alloc_fast()1321 offset = this_cpu_read(percpu_swap_cluster.offset[order]); in swap_alloc_fast()1449 local_lock(&percpu_swap_cluster.lock); in folio_alloc_swap()[all …]