Searched refs:Vuid_q_node (Results 1 – 2 of 2) sorted by relevance
36 static Vuid_q_node *vq_alloc_node(Vuid_queue *vq);37 static void vq_free_node(Vuid_queue *vq, Vuid_q_node *vqn);50 Vuid_q_node *new_vqns, *vqn; in vq_initialize()54 vq->size = 1 + (bytes - sizeof (Vuid_q_node)) / sizeof (Vuid_q_node); in vq_initialize()56 new_vqns = (Vuid_q_node *)data; in vq_initialize()65 Vuid_q_node *vp; in vq_put()73 Vuid_q_node *vqn = vq_alloc_node(vq); in vq_put()103 Vuid_q_node *vqn = vq->top; in vq_get()135 Vuid_q_node *vqn = vq_alloc_node(vq); in vq_putback()160 Vuid_q_node *base, *victim; in vq_compress()[all …]
66 } Vuid_q_node; typedef67 #define VUID_Q_NODE_NULL ((Vuid_q_node *)0)