HomeSort by: relevance | last modified time | path
    Searched defs:getnewbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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)
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)

Completed in 28 milliseconds