Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_aoe.c130 aitem->aoei_worker_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()
249 aitem->aoei_worker_count++; in exclaves_aoe_claim_work()
284 aitem->aoei_worker_count--; in exclaves_aoe_finish_work()
H A Dexclaves_resource.h110 uint8_t aoei_worker_count; member