Searched refs:t_over_through_qos (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dtask_policy.h216 t_over_through_qos :3, /* Computation throughput QoS override */ member in struct:task_requested_policy
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dtask_policy.c994 if (requested.t_over_through_qos != 0)
995 through_qos = requested.t_over_through_qos;
1631 requested.t_over_through_qos = value2;
1755 *value2 = requested.t_over_through_qos;
2605 bits |= (requested.t_over_through_qos ? (((uint64_t)requested.t_over_through_qos) << POLICY_REQ_OVER_THROUGH_QOS_SHIFT) : 0);

Completed in 206 milliseconds