Home
last modified time | relevance | path

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

/dragonfly/test/debug/
H A Dbufqueues.c80 BQUEUE_EMPTY, /* empty buffer headers */ enumerator
194 case BQUEUE_EMPTY: in q2s()
/dragonfly/sys/kern/
H A Dvfs_bio.c78 BQUEUE_EMPTY, /* empty buffer headers */ enumerator
636 bp->b_qindex = BQUEUE_EMPTY; in bufinit()
1558 bp->b_qindex = BQUEUE_EMPTY; in brelse()
1933 nqindex = BQUEUE_EMPTY; in getnewbuf()
1934 nbp = TAILQ_FIRST(&pcpu->bufqueues[BQUEUE_EMPTY]); in getnewbuf()
1971 case BQUEUE_EMPTY: in getnewbuf()