Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_aoe.c189 if (item->aoei_assertion_id == 0 && exclaves_aoe_service_is_idle(item)) { in exclaves_aoe_service_try_take_assertion()
191 __assert_only IOReturn ret = IOExclaveLPWCreateAssertion(&item->aoei_assertion_id, desc); in exclaves_aoe_service_try_take_assertion()
202 __assert_only IOReturn ret = IOExclaveLPWReleaseAssertion(item->aoei_assertion_id); in exclaves_aoe_service_drop_assertion()
204 item->aoei_assertion_id = 0; in exclaves_aoe_service_drop_assertion()
213 if (item->aoei_assertion_id && exclaves_aoe_service_is_idle(item)) { in exclaves_aoe_service_try_drop_assertion()
H A Dexclaves_resource.h113 uint64_t aoei_assertion_id; member