Searched refs:BQ_EMPTY (Results 1 – 2 of 2) sorted by relevance
2203 dp = &bufqueues[BQ_EMPTY]; in bufinit()2204 bp->b_whichq = BQ_EMPTY; in bufinit()2206 binsheadfree(bp, dp, BQ_EMPTY); in bufinit()2914 bp->b_whichq = BQ_EMPTY; in buf_brelse()2915 binsheadfree(bp, &bufqueues[BQ_EMPTY], BQ_EMPTY); in buf_brelse()3267 int queue = BQ_EMPTY; /* Start with no preference */ in buf_getblk()3468 int queue = BQ_EMPTY; in buf_geteblk()3479 assert(queue == BQ_EMPTY); in buf_geteblk()3711 *queue = BQ_EMPTY; in getnewbuf()3715 if (*queue == BQ_EMPTY && (bp = bufqueues[*queue].tqh_first)) { in getnewbuf()[all …]
306 BQ_EMPTY = 3, /* buffer headers with no memory */ enumerator