Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Drecount.c301 size_t topo_count = recount_topo_count(from_topo); in recount_rollup() local
303 for (size_t i = 0; i < topo_count; i++) { in recount_rollup()
316 size_t topo_count = recount_topo_count(from_topo); in recount_rollup_unsafe() local
317 for (size_t i = 0; i < topo_count; i++) { in recount_rollup_unsafe()
335 size_t topo_count = recount_topo_count(topo); in recount_sum_unsafe() local
336 for (size_t i = 0; i < topo_count; i++) { in recount_sum_unsafe()
346 size_t topo_count = recount_topo_count(plan->rpl_topo); in recount_sum_and_isolate_cpu_kind() local
348 for (size_t i = 0; i < topo_count; i++) { in recount_sum_and_isolate_cpu_kind()
361 const size_t topo_count = recount_topo_count(plan->rpl_topo); in recount_sum_usage() local
362 for (size_t i = 0; i < topo_count; i++) { in recount_sum_usage()
[all …]