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

/netbsd-current/sys/kern/
H A Dvfs_bio.c217 static buf_t *getnewbuf(int, int, int);
1233 if ((bp = getnewbuf(slpflag, slptimeo, 0)) == NULL)
1283 while ((bp = getnewbuf(0, 0, 0)) == NULL)
1381 getnewbuf(int slpflag, int slptimeo, int from_bufq) function
1564 /* Instruct getnewbuf() to get buffers off the queues */
1565 if ((bp = getnewbuf(PCATCH, 1, 1)) == NULL)

Completed in 176 milliseconds