Searched refs:qos_max_parallelism (Results 1 – 10 of 10) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | sched_traditional.c | 178 .qos_max_parallelism = sched_qos_max_parallelism, 233 .qos_max_parallelism = sched_qos_max_parallelism,
|
| H A D | sched_prim.h | 605 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 D | sched_proto.c | 198 .qos_max_parallelism = sched_qos_max_parallelism,
|
| H A D | sched_dualq.c | 144 .qos_max_parallelism = sched_qos_max_parallelism,
|
| H A D | sched_amp.c | 157 .qos_max_parallelism = sched_amp_qos_max_parallelism,
|
| H A D | sched_grrr.c | 235 .qos_max_parallelism = sched_qos_max_parallelism,
|
| H A D | sched_multiq.c | 334 .qos_max_parallelism = sched_qos_max_parallelism,
|
| H A D | sched_clutch.c | 2781 .qos_max_parallelism = sched_qos_max_parallelism, 3417 .qos_max_parallelism = sched_edge_qos_max_parallelism,
|
| H A D | sched_prim.c | 7406 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 D | pthread_workqueue.c | 2053 qos_max_parallelism(qos, QOS_PARALLELISM_COUNT_LOGICAL); in workq_open() 2659 *retval = qos_max_parallelism(qos, flags); in bsdthread_get_max_parallelism()
|