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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c124 static buf_t getnewbuf(int slpflag, int slptimeo, int *queue);
3032 if ((bp = getnewbuf(slpflag, slptimeo, &queue)) == NULL)
3036 * getnewbuf may block for a number of different reasons...
3199 bp = getnewbuf(0, 0, &queue);
3344 getnewbuf(int slpflag, int slptimeo, int * queue) function
3438 msleep(&needbuffer, buf_mtxp, slpflag | PDROP | (PRIBIO+1), "getnewbuf", &ts);
3500 panic("getnewbuf: bp @ %p is LOCKED or BUSY! (flags 0x%x)\n", bp, bp->b_flags);
4152 * If getnewbuf() calls bcleanbuf() on the same thread
4592 * getnewbuf() by default will always select a buffer from the BQ_EMPTY.
4593 * getnewbuf() perfom
[all...]

Completed in 27 milliseconds