OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getnewbuf
(Results
1 - 1
of
1
) 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
1571
/* Instruct
getnewbuf
() to get buffers off the queues */
1572
if ((bp =
getnewbuf
(PCATCH, 1, 1)) == NULL)
Completed in 15 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026