Searched defs:block_allocator_queue (Results 1 – 1 of 1) sorted by relevance
57 struct block_allocator_queue { struct58 struct block_allocator_queue_entry entry[BLOCK_ALLOCATOR_QUEUE_LEN]; argument70 static bool block_allocator_queue_empty(struct block_allocator_queue* q) { in block_allocator_queue_empty() argument228 static struct block_allocator_queue block_allocator_queue; variable