Searched defs:g_cache_softc (Results 1 – 1 of 1) sorted by relevance
50 struct g_cache_softc { struct51 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 …]