Searched refs:commit_buf_alloc (Results 1 – 2 of 2) sorted by relevance
27 int idx = allocator_get(&t->commit_buf_alloc); in ublk_alloc_commit_buf()44 ublk_assert(allocator_get_val(&t->commit_buf_alloc, idx) != 0); in ublk_free_commit_buf()46 allocator_put(&t->commit_buf_alloc, idx); in ublk_free_commit_buf()78 allocator_deinit(&t->commit_buf_alloc); in free_batch_commit_buf()96 allocator_init(&t->commit_buf_alloc, t->nr_commit_buf); in alloc_batch_commit_buf()
271 struct allocator commit_buf_alloc; member