Searched refs:thread_shared_rsrc_policy_get (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | sched_clutch.c | 2254 if (thread_shared_rsrc_policy_get(thread, CLUSTER_SHARED_RSRC_TYPE_RR)) { in sched_edge_shared_rsrc_runnable_load_incr() 2258 if (thread_shared_rsrc_policy_get(thread, CLUSTER_SHARED_RSRC_TYPE_NATIVE_FIRST)) { in sched_edge_shared_rsrc_runnable_load_incr() 2306 if (thread_shared_rsrc_policy_get(thread, CLUSTER_SHARED_RSRC_TYPE_RR)) { in sched_edge_thread_shared_rsrc_type() 2309 if (thread_shared_rsrc_policy_get(thread, CLUSTER_SHARED_RSRC_TYPE_NATIVE_FIRST)) { in sched_edge_thread_shared_rsrc_type() 4429 if (thread_shared_rsrc_policy_get(thread, CLUSTER_SHARED_RSRC_TYPE_RR)) { in sched_edge_thread_avoid_processor() 4432 if (thread_shared_rsrc_policy_get(thread, CLUSTER_SHARED_RSRC_TYPE_NATIVE_FIRST)) { in sched_edge_thread_avoid_processor()
|
| H A D | processor.c | 481 if (thread_shared_rsrc_policy_get(thread, CLUSTER_SHARED_RSRC_TYPE_RR)) { in processor_state_update_running_cluster_shared_rsrc() 486 if (thread_shared_rsrc_policy_get(thread, CLUSTER_SHARED_RSRC_TYPE_NATIVE_FIRST)) { in processor_state_update_running_cluster_shared_rsrc()
|
| H A D | thread.h | 1392 boolean_t thread_shared_rsrc_policy_get(thread_t thread, cluster_shared_rsrc_type_t type);
|
| H A D | thread.c | 3091 thread_shared_rsrc_policy_get(thread_t thread, cluster_shared_rsrc_type_t type) in thread_shared_rsrc_policy_get() function 3174 thread_shared_rsrc_policy_get(__unused thread_t thread, __unused cluster_shared_rsrc_type_t type) in thread_shared_rsrc_policy_get() function
|