Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_traditional.c178 .qos_max_parallelism = sched_qos_max_parallelism,
233 .qos_max_parallelism = sched_qos_max_parallelism,
H A Dsched_prim.h605 extern uint32_t qos_max_parallelism(int qos, uint64_t options);
863 uint32_t (*qos_max_parallelism)(int qos, uint64_t options); member
H A Dsched_proto.c198 .qos_max_parallelism = sched_qos_max_parallelism,
H A Dsched_dualq.c144 .qos_max_parallelism = sched_qos_max_parallelism,
H A Dsched_amp.c157 .qos_max_parallelism = sched_amp_qos_max_parallelism,
H A Dsched_grrr.c235 .qos_max_parallelism = sched_qos_max_parallelism,
H A Dsched_multiq.c334 .qos_max_parallelism = sched_qos_max_parallelism,
H A Dsched_clutch.c2781 .qos_max_parallelism = sched_qos_max_parallelism,
3417 .qos_max_parallelism = sched_edge_qos_max_parallelism,
H A Dsched_prim.c7406 qos_max_parallelism(int qos, uint64_t options) in qos_max_parallelism() function
7408 return SCHED(qos_max_parallelism)(qos, options); in qos_max_parallelism()
/xnu-8020.140.41/bsd/pthread/
H A Dpthread_workqueue.c2053 qos_max_parallelism(qos, QOS_PARALLELISM_COUNT_LOGICAL); in workq_open()
2659 *retval = qos_max_parallelism(qos, flags); in bsdthread_get_max_parallelism()