OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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);
1450
bp = pool_cache_get(
buf_cache
, PR_NOWAIT);
1838
needed = pool_cache_nget(
buf_cache
) -
1839
pool_cache_nput(
buf_cache
);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c
1559
static kmem_cache_t *
buf_cache
;
variable
1572
kmem_cache_destroy(
buf_cache
);
1704
buf_cache
= kmem_cache_create("arc_buf_t", sizeof (arc_buf_t),
2505
buf = kmem_cache_alloc(
buf_cache
, KM_PUSHPAGE);
2556
buf = kmem_cache_alloc(
buf_cache
, KM_PUSHPAGE);
2817
kmem_cache_free(
buf_cache
, buf);
4086
kmem_cache_reap_now(
buf_cache
);
Completed in 44 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026