Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c5993 struct aac_cmd *acp, *next_acp; in aac_start_waitq() local
5996 for (acp = q->q_head; acp; acp = next_acp) { in aac_start_waitq()
5997 next_acp = acp->next; in aac_start_waitq()