OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bufio_cache
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
vfs_bio.c
272
static pool_cache_t
bufio_cache
;
variable
503
bufio_cache
= pool_cache_init(sizeof(buf_t), 0, 0, 0,
2044
bp = pool_cache_get(
bufio_cache
, (waitok ? PR_WAITOK : PR_NOWAIT));
2064
pool_cache_put(
bufio_cache
, bp);
Completed in 15 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026