Home
last modified time | relevance | path

Searched refs:new_tail (Results 1 – 1 of 1) sorted by relevance

/trusty/user/app/storage/
Dblock_allocator.c123 unsigned int new_tail = (q->tail + 1) % countof(q->entry); in block_allocator_queue_add_removed() local
125 q->tail = new_tail; in block_allocator_queue_add_removed()
142 unsigned int new_tail; in block_allocator_queue_add() local
160 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()