Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dvuid_queue.c37 static void vq_free_node(Vuid_queue *vq, Vuid_q_node *vqn);
50 Vuid_q_node *new_vqns, *vqn; in vq_initialize() local
58 for (vqn = new_vqns; vqn < new_vqns + vq->size; vqn++) in vq_initialize()
59 vq_free_node(vq, vqn); in vq_initialize()
73 Vuid_q_node *vqn = vq_alloc_node(vq); in vq_put() local
75 if (vqn == VUID_Q_NODE_NULL) in vq_put()
77 vqn->firm_event = *firm_event; in vq_put()
80 vqn->next = vp->next; in vq_put()
81 vqn->prev = vp; in vq_put()
84 vp->next->prev = vqn; in vq_put()
[all …]