Searched refs:new_tail (Results 1 – 1 of 1) sorted by relevance
123 unsigned int new_tail = (q->tail + 1) % countof(q->entry); in block_allocator_queue_add_removed() local125 q->tail = new_tail; in block_allocator_queue_add_removed()142 unsigned int new_tail; in block_allocator_queue_add() local160 new_tail = (q->tail + 1) % countof(q->entry); in block_allocator_queue_add()164 assert(new_tail < countof(q->entry)); in block_allocator_queue_add()165 assert(new_tail != q->head); in block_allocator_queue_add()172 q->tail = new_tail; in block_allocator_queue_add()