Lines Matching defs:buf

40 util_idalloc_exists(struct util_idalloc *buf, unsigned id)  in util_idalloc_exists()
47 util_idalloc_resize(struct util_idalloc *buf, unsigned new_num_elements) in util_idalloc_resize()
58 util_idalloc_init(struct util_idalloc *buf, unsigned initial_num_ids) in util_idalloc_init()
66 util_idalloc_fini(struct util_idalloc *buf) in util_idalloc_fini()
73 util_idalloc_alloc(struct util_idalloc *buf) in util_idalloc_alloc()
98 find_free_block(struct util_idalloc *buf, unsigned start) in find_free_block()
109 util_idalloc_alloc_range(struct util_idalloc *buf, unsigned num) in util_idalloc_alloc_range()
156 util_idalloc_free(struct util_idalloc *buf, unsigned id) in util_idalloc_free()
174 util_idalloc_reserve(struct util_idalloc *buf, unsigned id) in util_idalloc_reserve()
189 util_idalloc_mt_init(struct util_idalloc_mt *buf, in util_idalloc_mt_init()
204 util_idalloc_mt_init_tc(struct util_idalloc_mt *buf) in util_idalloc_mt_init_tc()
210 util_idalloc_mt_fini(struct util_idalloc_mt *buf) in util_idalloc_mt_fini()
217 util_idalloc_mt_alloc(struct util_idalloc_mt *buf) in util_idalloc_mt_alloc()
226 util_idalloc_mt_free(struct util_idalloc_mt *buf, unsigned id) in util_idalloc_mt_free()
241 util_idalloc_sparse_init(struct util_idalloc_sparse *buf) in util_idalloc_sparse_init()
251 util_idalloc_sparse_fini(struct util_idalloc_sparse *buf) in util_idalloc_sparse_fini()
258 util_idalloc_sparse_alloc(struct util_idalloc_sparse *buf) in util_idalloc_sparse_alloc()
275 util_idalloc_sparse_alloc_range(struct util_idalloc_sparse *buf, unsigned num) in util_idalloc_sparse_alloc_range()
301 util_idalloc_sparse_free(struct util_idalloc_sparse *buf, unsigned id) in util_idalloc_sparse_free()
308 util_idalloc_sparse_reserve(struct util_idalloc_sparse *buf, unsigned id) in util_idalloc_sparse_reserve()