Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dvfs_bio.c219 static buf_t *getnewbuf(int, int, int);
1237 if ((bp = getnewbuf(slpflag, slptimeo, 0)) == NULL) in getblk()
1287 while ((bp = getnewbuf(0, 0, 0)) == NULL) in geteblk()
1387 getnewbuf(int slpflag, int slptimeo, int from_bufq) in getnewbuf() function
1572 if ((bp = getnewbuf(PCATCH, 1, 1)) == NULL) in buf_trim()