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.c58 for (vqn = new_vqns; vqn < new_vqns + vq->size; vqn++) in vq_initialize()
81 vqn->prev = vp; in vq_put()
86 vp->next = vqn; in vq_put()
92 vq->top = vqn; in vq_put()
148 vq->top = vqn; in vq_putback()
252 vqn->prev->next = vqn->next; in vq_delete_node()
258 vqn->next->prev = vqn->prev; in vq_delete_node()
270 Vuid_q_node *vqn; in vq_alloc_node() local
274 vqn = vq->free; in vq_alloc_node()
278 return (vqn); in vq_alloc_node()
[all …]