Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_clutch.c2254 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 Dprocessor.c481 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 Dthread.h1392 boolean_t thread_shared_rsrc_policy_get(thread_t thread, cluster_shared_rsrc_type_t type);
H A Dthread.c3091 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