Searched refs:blist_free (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dblist.c237 * blist_free() - free up space in the block bitmap. Return the base
243 blist_free(blist_t bl, daddr_t blkno, daddr_t count) function
278 blist_free(newbl, count, newbl->bl_blocks - count);
620 blist_free(dest, blk, count);
627 blist_free(dest, blk + i, 1);
633 blist_free(dest, blk + j, 1);
653 blist_free(dest, blk, count);
655 blist_free(dest, blk, radix);
873 blist_free(bl, 0, size);
905 blist_free(b
[all...]
H A Dblist.h11 * (void) blist_free(blist, blkno, count)
17 * first blist_free() the sections you want to make available
96 extern void blist_free(blist_t blist, daddr_t blkno, daddr_t count);
H A Ddtrace_glue.c1032 blist_free(bl, 0, size);
1064 blist_free( p->blist, (daddr_t)(uintptr_t)vaddr, (daddr_t)size );

Completed in 200 milliseconds