HomeSort by: relevance | last modified time | path
    Searched refs:blist_alloc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
blist.h 36 * blkno = blist_alloc(blist, count)
45 * for allocation before doing general blist_alloc()/free()
82 extern blist_blkno_t blist_alloc(blist_t blist, blist_blkno_t count);
  /src/sys/kern/
subr_blist.c 236 * blist_alloc() - reserve space in the block bitmap. Return the base
242 blist_alloc(blist_t bl, blist_blkno_t count) function
1085 blist_blkno_t blk = blist_alloc(bl, count);
  /src/sys/uvm/
uvm_swap.c 1784 * blist_alloc() in subr_blist.c will panic if we try to allocate
1809 result = blist_alloc(sdp->swd_blist, *nslots);

Completed in 26 milliseconds