OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hdr_l2only_cache
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c
1559
static kmem_cache_t *
hdr_l2only_cache
;
variable
1572
kmem_cache_destroy(
hdr_l2only_cache
);
1702
hdr_l2only_cache
= kmem_cache_create("arc_buf_hdr_t_l2only",
2903
* (
hdr_l2only_cache
) the fields necessary for the L1 cache - the smaller
2915
ASSERT((old == hdr_full_cache && new ==
hdr_l2only_cache
) ||
2916
(old ==
hdr_l2only_cache
&& new == hdr_full_cache));
3106
kmem_cache_free(
hdr_l2only_cache
, hdr);
3198
hdr_l2only_cache
);
4089
kmem_cache_reap_now(
hdr_l2only_cache
);
5020
hdr = arc_hdr_realloc(hdr,
hdr_l2only_cache
,
[
all
...]
Completed in 23 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026