Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_allocator.c139 bool is_free) { in block_allocator_queue_add() argument
149 assert(q->entry[index].free != is_free); in block_allocator_queue_add()
157 block, is_tmp, is_free); in block_allocator_queue_add()
170 q->entry[q->tail].free = is_free; in block_allocator_queue_add()
174 is_tmp, is_free, q->tail, block_allocator_queue_count(q)); in block_allocator_queue_add()