Home
last modified time | relevance | path

Searched refs:BQ_EMPTY (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_bio.c2197 dp = &bufqueues[BQ_EMPTY]; in bufinit()
2198 bp->b_whichq = BQ_EMPTY; in bufinit()
2200 binsheadfree(bp, dp, BQ_EMPTY); in bufinit()
2908 bp->b_whichq = BQ_EMPTY; in buf_brelse()
2909 binsheadfree(bp, &bufqueues[BQ_EMPTY], BQ_EMPTY); in buf_brelse()
3261 int queue = BQ_EMPTY; /* Start with no preference */ in buf_getblk()
3462 int queue = BQ_EMPTY; in buf_geteblk()
3473 assert(queue == BQ_EMPTY); in buf_geteblk()
3705 *queue = BQ_EMPTY; in getnewbuf()
3709 if (*queue == BQ_EMPTY && (bp = bufqueues[*queue].tqh_first)) { in getnewbuf()
[all …]
/xnu-10002.41.9/bsd/sys/
H A Dbuf_internal.h304 BQ_EMPTY = 3, /* buffer headers with no memory */ enumerator