Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dswapfile.c633 *scan_base = this_cpu_read(*si->cluster_next_cpu); in scan_swap_map_try_ssd_cluster()
752 prev = this_cpu_read(*si->cluster_next_cpu); in set_cluster_next()
768 this_cpu_write(*si->cluster_next_cpu, next); in set_cluster_next()
801 scan_base = this_cpu_read(*si->cluster_next_cpu); in scan_swap_map_slots()
2704 free_percpu(p->cluster_next_cpu); in SYSCALL_DEFINE1()
2705 p->cluster_next_cpu = NULL; in SYSCALL_DEFINE1()
3264 p->cluster_next_cpu = alloc_percpu(unsigned int); in SYSCALL_DEFINE2()
3265 if (!p->cluster_next_cpu) { in SYSCALL_DEFINE2()
3274 per_cpu(*p->cluster_next_cpu, cpu) = in SYSCALL_DEFINE2()
3394 free_percpu(p->cluster_next_cpu); in SYSCALL_DEFINE2()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dswap.h255 unsigned int __percpu *cluster_next_cpu; /*percpu index for next allocation */ member