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

/linux-master/include/linux/
H A Dswap.h310 unsigned int __percpu *cluster_next_cpu; /*percpu index for next allocation */ member in struct:swap_info_struct
/linux-master/mm/
H A Dswapfile.c665 * reread cluster_next_cpu since we dropped si->lock
668 *scan_base = this_cpu_read(*si->cluster_next_cpu);
791 prev = this_cpu_read(*si->cluster_next_cpu);
806 this_cpu_write(*si->cluster_next_cpu, next);
875 scan_base = this_cpu_read(*si->cluster_next_cpu);
2597 free_percpu(p->cluster_next_cpu);
2598 p->cluster_next_cpu = NULL;
3137 p->cluster_next_cpu = alloc_percpu(unsigned int);
3138 if (!p->cluster_next_cpu) {
3147 per_cpu(*p->cluster_next_cpu, cp
[all...]

Completed in 181 milliseconds