Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/mach/
H A Dtask_policy_private.h116 integer_t timer_throttle; member
/xnu-12377.41.6/osfmk/kern/
H A Dtask_policy.c481 qosinfo.task_latency_qos_tier = info->timer_throttle; in task_policy_set()
507 task->requested_policy.trp_sup_timer = qos_extract(info->timer_throttle); in task_policy_set()
699 info->timer_throttle = LATENCY_QOS_TIER_UNSPECIFIED; in task_policy_get()
708 info->timer_throttle = qos_latency_policy_package(task->requested_policy.trp_sup_timer); in task_policy_get()