Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Drecount.c349 size_t topo_count = recount_topo_count(from_topo); in recount_rollup() local
351 for (size_t i = 0; i < topo_count; i++) { in recount_rollup()
364 size_t topo_count = recount_topo_count(from_topo); in recount_rollup_unsafe() local
365 for (size_t i = 0; i < topo_count; i++) { in recount_rollup_unsafe()
383 size_t topo_count = recount_topo_count(topo); in recount_sum_unsafe() local
384 for (size_t i = 0; i < topo_count; i++) { in recount_sum_unsafe()
394 size_t topo_count = recount_topo_count(plan->rpl_topo); in recount_sum_and_isolate_cpu_kind() local
396 for (size_t i = 0; i < topo_count; i++) { in recount_sum_and_isolate_cpu_kind()
409 const size_t topo_count = recount_topo_count(plan->rpl_topo); in recount_sum_usage() local
410 for (size_t i = 0; i < topo_count; i++) { in recount_sum_usage()
[all …]