Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_bio.c2176 dp = &bufqueues[BQ_EMPTY]; in bufinit()
2177 bp->b_whichq = BQ_EMPTY; in bufinit()
2179 binsheadfree(bp, dp, BQ_EMPTY); in bufinit()
2887 bp->b_whichq = BQ_EMPTY; in buf_brelse()
2888 binsheadfree(bp, &bufqueues[BQ_EMPTY], BQ_EMPTY); in buf_brelse()
3240 int queue = BQ_EMPTY; /* Start with no preference */ in buf_getblk()
3441 int queue = BQ_EMPTY; in buf_geteblk()
3452 assert(queue == BQ_EMPTY); in buf_geteblk()
3684 *queue = BQ_EMPTY; in getnewbuf()
3688 if (*queue == BQ_EMPTY && (bp = bufqueues[*queue].tqh_first)) { in getnewbuf()
[all …]
/xnu-8020.140.41/bsd/sys/
H A Dbuf_internal.h303 BQ_EMPTY = 3, /* buffer headers with no memory */ enumerator