Searched refs:aoei_assertion_id (Results 1 – 2 of 2) sorted by relevance
189 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()
113 uint64_t aoei_assertion_id; member