Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dvfs_bio.c315 #define QUEUE_EMPTYKVA 3 /* empty buffer headers w/KVA assignment */ macro
1776 qindex = QUEUE_EMPTYKVA; in brelse()
2259 nqindex = QUEUE_EMPTYKVA; in getnewbuf_scan()
2260 nbp = TAILQ_FIRST(&bufqueues[QUEUE_EMPTYKVA]); in getnewbuf_scan()
2310 nqindex = QUEUE_EMPTYKVA; in getnewbuf_scan()
2311 nbp = TAILQ_FIRST(&bufqueues[QUEUE_EMPTYKVA]); in getnewbuf_scan()
2315 case QUEUE_EMPTYKVA: in getnewbuf_scan()