Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dvfs_bio.c180 static buf_t *getnewbuf(int, int, int);
1173 if ((bp = getnewbuf(slpflag, slptimeo, 0)) == NULL) in getblk()
1220 while ((bp = getnewbuf(0, 0, 0)) == NULL) in geteblk()
1319 getnewbuf(int slpflag, int slptimeo, int from_bufq) in getnewbuf() function
1447 if ((bp = getnewbuf(PCATCH, 1, 1)) == NULL) in buf_trim()