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

  /src/sys/sys/
blist.h 48 * BLIST_NONE is returned on failure. This module is typically
69 * note: currently use BLIST_NONE as an absolute value rather than
73 #define BLIST_NONE ((blist_blkno_t)-1)
  /src/sys/kern/
subr_blist.c 35 * BLIST_NONE on an allocation failure.
237 * of a contiguous region or BLIST_NONE if space could
244 blist_blkno_t blk = BLIST_NONE;
251 if (blk != BLIST_NONE)
377 return(BLIST_NONE);
426 return(BLIST_NONE);
454 return(BLIST_NONE);
495 if (r != BLIST_NONE) {
516 return(BLIST_NONE);
  /src/sys/uvm/
uvm_swap.c 1682 if (result == BLIST_NONE) {

Completed in 15 milliseconds