Lines Matching refs:cluster_next_cpu
639 *scan_base = this_cpu_read(*si->cluster_next_cpu); in scan_swap_map_try_ssd_cluster()
758 prev = this_cpu_read(*si->cluster_next_cpu); in set_cluster_next()
774 this_cpu_write(*si->cluster_next_cpu, next); in set_cluster_next()
807 scan_base = this_cpu_read(*si->cluster_next_cpu); in scan_swap_map_slots()
2657 free_percpu(p->cluster_next_cpu); in SYSCALL_DEFINE1()
2658 p->cluster_next_cpu = NULL; in SYSCALL_DEFINE1()
3232 p->cluster_next_cpu = alloc_percpu(unsigned int); in SYSCALL_DEFINE2()
3233 if (!p->cluster_next_cpu) { in SYSCALL_DEFINE2()
3242 per_cpu(*p->cluster_next_cpu, cpu) = in SYSCALL_DEFINE2()
3362 free_percpu(p->cluster_next_cpu); in SYSCALL_DEFINE2()
3363 p->cluster_next_cpu = NULL; in SYSCALL_DEFINE2()