Searched refs:bl_root (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/kern/ |
H A D | subr_blist.c | 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() 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() [all …]
|
/openbsd/sys/sys/ |
H A D | blist.h | 96 blmeta_t *bl_root; /* root of radix tree */ member
|