Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/mach/
H A Dtask_policy_private.h63 trp_over_through_qos :3, /* Computation throughput QoS override */ member
/xnu-12377.41.6/osfmk/kern/
H A Dtask_policy.c1070 if (requested.trp_over_through_qos != 0) { in task_policy_update_internal_locked()
1071 through_qos = requested.trp_over_through_qos; in task_policy_update_internal_locked()
1688 requested.trp_over_through_qos = value2; in proc_set_task_policy_locked()
1799 *value2 = requested.trp_over_through_qos; in proc_get_task_policy2()
2464 …bits |= (requested.trp_over_through_qos ? (((uint64_t)requested.trp_over_through_qos) << POLICY_RE… in task_requested_bitfield()