Searched refs:c_aoe_q (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | exclaves_aoe.c | 92 if (!queue_empty(&conclave->r_conclave.c_aoe_q)) { in exclaves_aoe_setup() 132 queue_enter(&conclave->r_conclave.c_aoe_q, aitem, in exclaves_aoe_setup() 227 while (!queue_empty(&conclave->r_conclave.c_aoe_q)) { in exclaves_aoe_teardown() 228 queue_remove_first(&conclave->r_conclave.c_aoe_q, aitem, in exclaves_aoe_teardown() 245 queue_iterate(&conclave->r_conclave.c_aoe_q, aitem, in exclaves_aoe_claim_work() 258 assert_wait(&conclave->r_conclave.c_aoe_q, in exclaves_aoe_claim_work() 281 queue_iterate(&conclave->r_conclave.c_aoe_q, aitem, in exclaves_aoe_finish_work() 305 queue_iterate(&conclave->r_conclave.c_aoe_q, aitem, aoe_item_t *, in exclaves_aoe_post_work() 310 thread_wakeup(&conclave->r_conclave.c_aoe_q); in exclaves_aoe_post_work() 403 queue_iterate(&conclave->r_conclave.c_aoe_q, aitem, aoe_item_t *, in exclaves_aoe_post_message() [all …]
|
| H A D | exclaves_resource.h | 133 queue_head_t c_aoe_q; member
|
| H A D | exclaves_resource.c | 938 queue_init(&conclave->c_aoe_q); in exclaves_conclave_init()
|