vfs_bio.c | 219 static buf_t *getnewbuf(int, int, int); 1237 if ((bp = getnewbuf(slpflag, slptimeo, 0)) == NULL) 1287 while ((bp = getnewbuf(0, 0, 0)) == NULL) 1387 getnewbuf(int slpflag, int slptimeo, int from_bufq) function in typeref:typename:buf_t * 1571 /* Instruct getnewbuf() to get buffers off the queues */ 1572 if ((bp = getnewbuf(PCATCH, 1, 1)) == NULL)
|