Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h441 struct aac_cmd_queue q_busy; /* outstanding cmd queue */ member
H A Daac.c847 aac_cmd_initq(&softs->q_busy); in aac_attach()
1282 aac_cmd_delete(&softs->q_busy, acp); in aac_end_io()
4349 while ((acp = softs->q_busy.q_head) != NULL) in aac_abort_iocmds()
5956 aac_cmd_enqueue(&softs->q_busy, acp); in aac_start_io()
6678 for (acp = softs->q_busy.q_head; acp; acp = acp->next) { in aac_daemon()