Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dswapfile.c645 *scan_base = this_cpu_read(*si->cluster_next_cpu); in scan_swap_map_try_ssd_cluster()
764 prev = this_cpu_read(*si->cluster_next_cpu); in set_cluster_next()
779 this_cpu_write(*si->cluster_next_cpu, next); in set_cluster_next()
828 scan_base = this_cpu_read(*si->cluster_next_cpu); in scan_swap_map_slots()
2527 free_percpu(p->cluster_next_cpu); in SYSCALL_DEFINE1()
2528 p->cluster_next_cpu = NULL; in SYSCALL_DEFINE1()
3088 p->cluster_next_cpu = alloc_percpu(unsigned int); in SYSCALL_DEFINE2()
3089 if (!p->cluster_next_cpu) { in SYSCALL_DEFINE2()
3098 per_cpu(*p->cluster_next_cpu, cpu) = in SYSCALL_DEFINE2()
3219 free_percpu(p->cluster_next_cpu); in SYSCALL_DEFINE2()
[all …]
/linux-6.3-rc2/include/linux/
A Dswap.h283 unsigned int __percpu *cluster_next_cpu; /*percpu index for next allocation */ member

Completed in 15 milliseconds