Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_common.c39 sched_pset_search_order_sort_data_t *datas, size_t num_datas, in sched_pset_search_order_compute() argument
42 qsort(datas, num_datas, sizeof(sched_pset_search_order_sort_data_t), cmp); in sched_pset_search_order_compute()
44 for (int i = 0; i < num_datas; i++) { in sched_pset_search_order_compute()
48 for (int i = (int)num_datas; i < num_psets - 1; i++) { in sched_pset_search_order_compute()
H A Dsched_common.h94 sched_pset_search_order_sort_data_t *datas, size_t num_datas,
/xnu-12377.1.9/tests/sched/
H A Dthread_group_flags.c201 tg_id_to_index(struct thread_data *datas, int num_datas, uint64_t tg_id) in tg_id_to_index() argument
204 for (int i = 0; i < num_datas; i++) { in tg_id_to_index()