Lines Matching defs:pool
67 ba_init(struct bitalloc *pool, int size, bool free) in ba_init()
113 ba_alloc_helper(struct bitalloc *pool, in ba_alloc_helper()
151 ba_alloc(struct bitalloc *pool) in ba_alloc()
186 ba_alloc_reverse_helper(struct bitalloc *pool, in ba_alloc_reverse_helper()
224 ba_alloc_reverse(struct bitalloc *pool) in ba_alloc_reverse()
232 ba_alloc_index_helper(struct bitalloc *pool, in ba_alloc_index_helper()
273 ba_alloc_index(struct bitalloc *pool, int index) in ba_alloc_index()
288 ba_inuse_helper(struct bitalloc *pool, in ba_inuse_helper()
317 ba_inuse(struct bitalloc *pool, int index) in ba_inuse()
326 ba_free_helper(struct bitalloc *pool, in ba_free_helper()
361 ba_free(struct bitalloc *pool, int index) in ba_free()
370 ba_inuse_free(struct bitalloc *pool, int index) in ba_inuse_free()
379 ba_free_count(struct bitalloc *pool) in ba_free_count()
384 int ba_inuse_count(struct bitalloc *pool) in ba_inuse_count()
390 ba_find_next_helper(struct bitalloc *pool, in ba_find_next_helper()
453 ba_find_next_inuse(struct bitalloc *pool, int index) in ba_find_next_inuse()
464 ba_find_next_inuse_free(struct bitalloc *pool, int index) in ba_find_next_inuse_free()