Home
last modified time | relevance | path

Searched defs:block_allocator_queue (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/trusty/user/app/storage/
Dblock_allocator.c57 struct block_allocator_queue { struct
58 struct block_allocator_queue_entry entry[BLOCK_ALLOCATOR_QUEUE_LEN]; argument
70 static bool block_allocator_queue_empty(struct block_allocator_queue* q) { in block_allocator_queue_empty() argument
228 static struct block_allocator_queue block_allocator_queue; variable