Home
last modified time | relevance | path

Searched defs:g_cache_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/geom/cache/
H A Dg_cache.h50 struct g_cache_softc { struct
51 struct g_geom *sc_geom;
52 int sc_type;
53 u_int sc_bshift;
54 u_int sc_bsize;
55 off_t sc_tail;
56 struct mtx sc_mtx;
57 struct callout sc_callout;
60 uma_zone_t sc_zone;
62 u_int sc_maxent; /* max entries */
[all …]