Searched refs:vqn (Results 1 – 1 of 1) sorted by relevance
39 static void vq_free_node(Vuid_queue *vq, Vuid_q_node *vqn);52 Vuid_q_node *new_vqns, *vqn; in vq_initialize() local60 for (vqn = new_vqns; vqn < new_vqns + vq->size; vqn++) in vq_initialize()61 vq_free_node(vq, vqn); in vq_initialize()75 Vuid_q_node *vqn = vq_alloc_node(vq); in vq_put() local77 if (vqn == VUID_Q_NODE_NULL) in vq_put()79 vqn->firm_event = *firm_event; in vq_put()82 vqn->next = vp->next; in vq_put()83 vqn->prev = vp; in vq_put()86 vp->next->prev = vqn; in vq_put()[all …]