Lines Matching refs:bl_root
207 bl->bl_root = mallocarray(bl->bl_rootblks, sizeof(blmeta_t), in blist_create()
221 blst_radix_init(bl->bl_root, bl->bl_radix, bl->bl_skip, blocks); in blist_create()
231 free(bl->bl_root, M_VMSWAP, sizeof(blmeta_t) * bl->bl_rootblks); in blist_destroy()
248 blk = blst_leaf_alloc(bl->bl_root, 0, 0, count); in blist_alloc()
250 blk = blst_meta_alloc(bl->bl_root, 0, 0, count, in blist_alloc()
272 blk = blst_leaf_alloc(bl->bl_root, blkat, 0, count); in blist_allocat()
274 blk = blst_meta_alloc(bl->bl_root, blkat, 0, count, in blist_allocat()
300 blst_leaf_free(bl->bl_root, blkno, count); in blist_free()
302 blst_meta_free(bl->bl_root, blkno, count, bl->bl_radix, bl->bl_skip, 0); in blist_free()
326 filled = blst_leaf_fill(bl->bl_root, blkno, count); in blist_fill()
328 filled = blst_meta_fill(bl->bl_root, blkno, count, in blist_fill()
356 blst_copy(save->bl_root, 0, save->bl_radix, save->bl_skip, newbl, count); in blist_resize()
388 state = blst_radix_gapfind(bl->bl_root, 0, bl->bl_radix, bl->bl_skip, in blist_gapfind()
505 blst_radix_print(bl->bl_root, 0, bl->bl_radix, bl->bl_skip, 4); in blist_print()