HomeSort by: relevance | last modified time | path
    Searched defs:blist_free (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_blist.c 258 * blist_free() - free up space in the block bitmap. Return the base
264 blist_free(blist_t bl, blist_blkno_t blkno, blist_blkno_t count) function in typeref:typename:void
322 blist_free(newbl, count, newbl->bl_blocks - count);
687 blist_free(dest, blk, count);
693 blist_free(dest, blk + j, 1);
714 blist_free(dest, blk, count);
716 blist_free(dest, blk, radix);
1059 blist_free(bl, 0, size);
1096 blist_free(bl, da, count);
subr_blist.c 258 * blist_free() - free up space in the block bitmap. Return the base
264 blist_free(blist_t bl, blist_blkno_t blkno, blist_blkno_t count) function in typeref:typename:void
322 blist_free(newbl, count, newbl->bl_blocks - count);
687 blist_free(dest, blk, count);
693 blist_free(dest, blk + j, 1);
714 blist_free(dest, blk, count);
716 blist_free(dest, blk, radix);
1059 blist_free(bl, 0, size);
1096 blist_free(bl, da, count);

Completed in 32 milliseconds