Lines Matching refs:bitalloc
68 ba_init(struct bitalloc *pool, int size, bool free) in ba_init()
114 ba_alloc_helper(struct bitalloc *pool, in ba_alloc_helper()
152 ba_alloc(struct bitalloc *pool) in ba_alloc()
187 ba_alloc_reverse_helper(struct bitalloc *pool, in ba_alloc_reverse_helper()
225 ba_alloc_reverse(struct bitalloc *pool) in ba_alloc_reverse()
233 ba_alloc_index_helper(struct bitalloc *pool, in ba_alloc_index_helper()
274 ba_alloc_index(struct bitalloc *pool, int index) in ba_alloc_index()
289 ba_inuse_helper(struct bitalloc *pool, in ba_inuse_helper()
318 ba_inuse(struct bitalloc *pool, int index) in ba_inuse()
327 ba_free_helper(struct bitalloc *pool, in ba_free_helper()
362 ba_free(struct bitalloc *pool, int index) in ba_free()
371 ba_inuse_free(struct bitalloc *pool, int index) in ba_inuse_free()
380 ba_free_count(struct bitalloc *pool) in ba_free_count()
385 int ba_inuse_count(struct bitalloc *pool) in ba_inuse_count()
391 ba_find_next_helper(struct bitalloc *pool, in ba_find_next_helper()
454 ba_find_next_inuse(struct bitalloc *pool, int index) in ba_find_next_inuse()
465 ba_find_next_inuse_free(struct bitalloc *pool, int index) in ba_find_next_inuse_free()