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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dblist.h10 * blkno = blist_alloc(blist, count)
18 * for allocation before doing general blist_alloc()/free()
95 extern daddr_t blist_alloc(blist_t blist, daddr_t count);
H A Dblist.c214 * blist_alloc() - reserve space in the block bitmap. Return the base
220 blist_alloc(blist_t bl, daddr_t count) function
897 daddr_t blk = blist_alloc(bl, count);
H A Ddtrace_glue.c995 if (base) blist_alloc( bl, (daddr_t)(uintptr_t)base ); /* Chomp off initial ID(s) */
1008 p = blist_alloc(bl, (daddr_t)size);
1013 p = blist_alloc(bl, (daddr_t)size);

Completed in 75 milliseconds