Lines Matching refs:bottom
55 vq->top = vq->bottom = vq->free = VUID_Q_NODE_NULL; in vq_initialize()
70 for (vp = vq->bottom; vp; vp = vp->prev) { in vq_put()
90 if (vp == vq->bottom) in vq_put()
91 vq->bottom = vqn; in vq_put()
118 if (vq->bottom == vqn) in vq_get()
119 vq->bottom = VUID_Q_NODE_NULL; in vq_get()
152 if (vq->bottom == VUID_Q_NODE_NULL) in vq_putback()
153 vq->bottom = vqn; in vq_putback()
175 tv_interval = tv_subt(vq->bottom->firm_event.time, in vq_compress()
256 if (vq->bottom == vqn) in vq_delete_node()
257 vq->bottom = vqn->prev; in vq_delete_node()