Home
last modified time | relevance | path

Searched refs:trp_over_through_qos (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/osfmk/mach/
H A Dtask_policy.h213 trp_over_through_qos :3, /* Computation throughput QoS override */ member
/xnu-8020.140.41/osfmk/kern/
H A Dtask_policy.c1034 if (requested.trp_over_through_qos != 0) { in task_policy_update_internal_locked()
1035 through_qos = requested.trp_over_through_qos; in task_policy_update_internal_locked()
1573 requested.trp_over_through_qos = value2; in proc_set_task_policy_locked()
1675 *value2 = requested.trp_over_through_qos; in proc_get_task_policy2()
2334 …bits |= (requested.trp_over_through_qos ? (((uint64_t)requested.trp_over_through_qos) << POLICY_RE… in task_requested_bitfield()