OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buf_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
vfs_bio.c
271
static pool_cache_t
buf_cache
;
variable
501
buf_cache
= pool_cache_init(sizeof(buf_t), 0, 0, 0,
1160
pool_cache_put(
buf_cache
, bp);
1403
bp = pool_cache_get(
buf_cache
, PR_NOWAIT);
1817
needed = pool_cache_nget(
buf_cache
) -
1818
pool_cache_nput(
buf_cache
);
vfs_bio.c
271
static pool_cache_t
buf_cache
;
variable
501
buf_cache
= pool_cache_init(sizeof(buf_t), 0, 0, 0,
1160
pool_cache_put(
buf_cache
, bp);
1403
bp = pool_cache_get(
buf_cache
, PR_NOWAIT);
1817
needed = pool_cache_nget(
buf_cache
) -
1818
pool_cache_nput(
buf_cache
);
Completed in 36 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026