Searched refs:percpu_cluster (Results 1 – 2 of 2) sorted by relevance
284 struct percpu_cluster { struct315 struct percpu_cluster __percpu *percpu_cluster; /* per cpu's swap location */ member
799 struct percpu_cluster *cluster; in cluster_alloc_swap_entry()805 cluster = this_cpu_ptr(si->percpu_cluster); in cluster_alloc_swap_entry()2882 free_percpu(p->percpu_cluster); in SYSCALL_DEFINE1()2883 p->percpu_cluster = NULL; in SYSCALL_DEFINE1()3305 si->percpu_cluster = alloc_percpu(struct percpu_cluster); in setup_clusters()3306 if (!si->percpu_cluster) in setup_clusters()3310 struct percpu_cluster *cluster; in setup_clusters()3312 cluster = per_cpu_ptr(si->percpu_cluster, cpu); in setup_clusters()3586 free_percpu(si->percpu_cluster); in SYSCALL_DEFINE2()3587 si->percpu_cluster = NULL; in SYSCALL_DEFINE2()
Completed in 13 milliseconds