Searched refs:head_next (Results 1 – 2 of 2) sorted by relevance
287 uint16_t head_next; in queue_put() local292 head_next = rb->head; in queue_put()293 MODULO_INC(head_next, rb->len); in queue_put()295 if (head_next == rb->tail) { in queue_put()303 rb->head = head_next; in queue_put()
142 uint16_t head_next; in queue_put() local147 head_next = rb->head; in queue_put()148 MODULO_INC(head_next, rb->len); in queue_put()150 if (head_next == rb->tail) { in queue_put()158 rb->head = head_next; in queue_put()