Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_aoe.c129 aitem->aoei_work_count = 0; in exclaves_aoe_setup()
180 return item->aoei_message_count == 0 && item->aoei_work_count == 0 && item->aoei_worker_count == 0; in exclaves_aoe_service_is_idle()
247 if (aitem->aoei_work_count != 0) { in exclaves_aoe_claim_work()
248 aitem->aoei_work_count--; in exclaves_aoe_claim_work()
309 aitem->aoei_work_count += worker_count; in exclaves_aoe_post_work()
H A Dexclaves_resource.h109 uint8_t aoei_work_count; member