Searched refs:Vuid_q_node (Results 1 – 2 of 2) sorted by relevance
38 static Vuid_q_node *vq_alloc_node(Vuid_queue *vq);39 static void vq_free_node(Vuid_queue *vq, Vuid_q_node *vqn);52 Vuid_q_node *new_vqns, *vqn; in vq_initialize()56 vq->size = 1 + (bytes - sizeof (Vuid_q_node)) / sizeof (Vuid_q_node); in vq_initialize()58 new_vqns = (Vuid_q_node *)data; in vq_initialize()67 Vuid_q_node *vp; in vq_put()75 Vuid_q_node *vqn = vq_alloc_node(vq); in vq_put()105 Vuid_q_node *vqn = vq->top; in vq_get()137 Vuid_q_node *vqn = vq_alloc_node(vq); in vq_putback()162 Vuid_q_node *base, *victim; in vq_compress()[all …]
68 } Vuid_q_node; typedef69 #define VUID_Q_NODE_NULL ((Vuid_q_node *)0)