Lines Matching refs:per_cpu_ptr

862 		sibling = *per_cpu_ptr(sdd->sd, i);  in build_balance_mask()
921 sg->sgc = *per_cpu_ptr(sdd->sgc, cpu); in init_overlap_sched_group()
956 sibling = *per_cpu_ptr(sdd->sd, i); in build_overlap_sched_groups()
1071 struct sched_domain *sd = *per_cpu_ptr(sdd->sd, cpu); in get_group()
1079 sg = *per_cpu_ptr(sdd->sg, cpu); in get_group()
1080 sg->sgc = *per_cpu_ptr(sdd->sgc, cpu); in get_group()
1274 WARN_ON_ONCE(*per_cpu_ptr(sdd->sd, cpu) != sd); in claim_allocations()
1275 *per_cpu_ptr(sdd->sd, cpu) = NULL; in claim_allocations()
1277 if (atomic_read(&(*per_cpu_ptr(sdd->sds, cpu))->ref)) in claim_allocations()
1278 *per_cpu_ptr(sdd->sds, cpu) = NULL; in claim_allocations()
1280 if (atomic_read(&(*per_cpu_ptr(sdd->sg, cpu))->ref)) in claim_allocations()
1281 *per_cpu_ptr(sdd->sg, cpu) = NULL; in claim_allocations()
1283 if (atomic_read(&(*per_cpu_ptr(sdd->sgc, cpu))->ref)) in claim_allocations()
1284 *per_cpu_ptr(sdd->sgc, cpu) = NULL; in claim_allocations()
1327 struct sched_domain *sd = *per_cpu_ptr(sdd->sd, cpu); in sd_init()
1419 sd->shared = *per_cpu_ptr(sdd->sds, sd_id); in sd_init()
1782 *per_cpu_ptr(sdd->sd, j) = sd; in __sdt_alloc()
1789 *per_cpu_ptr(sdd->sds, j) = sds; in __sdt_alloc()
1798 *per_cpu_ptr(sdd->sg, j) = sg; in __sdt_alloc()
1809 *per_cpu_ptr(sdd->sgc, j) = sgc; in __sdt_alloc()
1828 sd = *per_cpu_ptr(sdd->sd, j); in __sdt_free()
1831 kfree(*per_cpu_ptr(sdd->sd, j)); in __sdt_free()
1835 kfree(*per_cpu_ptr(sdd->sds, j)); in __sdt_free()
1837 kfree(*per_cpu_ptr(sdd->sg, j)); in __sdt_free()
1839 kfree(*per_cpu_ptr(sdd->sgc, j)); in __sdt_free()
2019 *per_cpu_ptr(d.sd, i) = sd; in build_sched_domains()
2029 for (sd = *per_cpu_ptr(d.sd, i); sd; sd = sd->parent) { in build_sched_domains()
2046 for (sd = *per_cpu_ptr(d.sd, i); sd; sd = sd->parent) { in build_sched_domains()
2056 sd = *per_cpu_ptr(d.sd, i); in build_sched_domains()