Searched refs:b_whichq (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h103 int b_whichq; /* the free list the buffer belongs to */ member in struct:buf
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c296 bp->b_whichq = BQ_LAUNDRY;
1795 whichq = bp->b_whichq;
1828 bp->b_whichq = -1;
1943 bp->b_whichq = BQ_EMPTY;
1956 bp->b_whichq = -1;
2449 if (bp_head->b_whichq != -1)
2450 panic("buf_brelse_shadow: bp_head on freelist %d\n", bp_head->b_whichq);
2501 bp_head->b_whichq = BQ_LOCKED;
2504 bp_head->b_whichq = BQ_META;
2548 if (bp->b_whichq !
[all...]

Completed in 22 milliseconds