Searched refs:cluster_next_cpu (Results 1 - 2 of 2) sorted by relevance

/linux-master/mm/
H A Dswapfile.c645 * reread cluster_next_cpu since we dropped si->lock
648 *scan_base = this_cpu_read(*si->cluster_next_cpu);
771 prev = this_cpu_read(*si->cluster_next_cpu);
786 this_cpu_write(*si->cluster_next_cpu, next);
835 scan_base = this_cpu_read(*si->cluster_next_cpu);
2546 free_percpu(p->cluster_next_cpu);
2547 p->cluster_next_cpu = NULL;
3104 p->cluster_next_cpu = alloc_percpu(unsigned int);
3105 if (!p->cluster_next_cpu) {
3114 per_cpu(*p->cluster_next_cpu, cp
[all...]
/linux-master/include/linux/
H A Dswap.h298 unsigned int __percpu *cluster_next_cpu; /*percpu index for next allocation */ member in struct:swap_info_struct

Completed in 211 milliseconds