Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Drecount.c296 size_t topo_count = recount_topo_count(from_topo); in recount_rollup() local
298 for (size_t i = 0; i < topo_count; i++) { in recount_rollup()
311 size_t topo_count = recount_topo_count(from_topo); in recount_rollup_unsafe() local
312 for (size_t i = 0; i < topo_count; i++) { in recount_rollup_unsafe()
330 size_t topo_count = recount_topo_count(topo); in recount_sum_unsafe() local
331 for (size_t i = 0; i < topo_count; i++) { in recount_sum_unsafe()
341 size_t topo_count = recount_topo_count(plan->rpl_topo); in recount_sum_and_isolate_cpu_kind() local
343 for (size_t i = 0; i < topo_count; i++) { in recount_sum_and_isolate_cpu_kind()
356 const size_t topo_count = recount_topo_count(plan->rpl_topo); in recount_sum_usage() local
357 for (size_t i = 0; i < topo_count; i++) { in recount_sum_usage()
[all …]