Searched refs:head_next (Results 1 – 3 of 3) 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()
78 uint16_t head_next; in queue_put() local83 head_next = rb->head; in queue_put()84 MODULO_INC(head_next, rb->len); in queue_put()86 if (head_next == rb->tail) { in queue_put()94 rb->head = head_next; in queue_put()