Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/mach/
H A Dthread_policy_private.h237 thrp_ext_iopassive :1, member
/xnu-12377.1.9/osfmk/kern/
H A Dthread_policy.c1794 if (requested.thrp_ext_iopassive || in thread_policy_update_internal_spinlocked()
2081 requested.thrp_ext_iopassive = passive; in thread_set_requested_policy_spinlocked()
2098 requested.thrp_ext_iopassive = value; in thread_set_requested_policy_spinlocked()
2262 requested.thrp_ext_iopassive); in thread_get_requested_policy_spinlocked()
2277 value = requested.thrp_ext_iopassive; in thread_get_requested_policy_spinlocked()
2463 bits |= (requested.thrp_ext_iopassive ? POLICY_REQ_EXT_PASSIVE_IO : 0); in proc_get_thread_policy_bitfield()