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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h103 int b_whichq; /* the free list the buffer belongs to */ member in struct:buf
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c296 bp->b_whichq = BQ_LAUNDRY;
1777 whichq = bp->b_whichq;
1810 bp->b_whichq = -1;
1925 bp->b_whichq = BQ_EMPTY;
1938 bp->b_whichq = -1;
2425 if (bp_head->b_whichq != -1)
2426 panic("buf_brelse_shadow: bp_head on freelist %d\n", bp_head->b_whichq);
2477 bp_head->b_whichq = BQ_LOCKED;
2480 bp_head->b_whichq = BQ_META;
2525 if (bp->b_whichq !
[all...]

Completed in 75 milliseconds