Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dvfs_bio.c294 #define QUEUE_EMPTYKVA 4 /* empty buffer headers w/KVA assignment */ macro
1682 bp->b_qindex = QUEUE_EMPTYKVA; in brelse()
2253 nqindex = QUEUE_EMPTYKVA; in getnewbuf_scan()
2254 nbp = TAILQ_FIRST(&bufqueues[QUEUE_EMPTYKVA]); in getnewbuf_scan()
2304 nqindex = QUEUE_EMPTYKVA; in getnewbuf_scan()
2305 nbp = TAILQ_FIRST(&bufqueues[QUEUE_EMPTYKVA]); in getnewbuf_scan()
2309 case QUEUE_EMPTYKVA: in getnewbuf_scan()