Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_allocator.c183 static struct block_allocator_queue_entry block_allocator_queue_peek_head( in block_allocator_queue_peek_head() function
198 assert(block_allocator_queue_peek_head(q).block == entry.block); in block_allocator_queue_remove_head()
543 entry = block_allocator_queue_peek_head(&block_allocator_queue); in block_allocator_process_queue()