Home
last modified time | relevance | path

Searched refs:g_shsec_zone (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/geom/shsec/
H A Dg_shsec.c48 static uma_zone_t g_shsec_zone; variable
116 g_shsec_zone = uma_zcreate("g_shsec_zone", maxphys, NULL, NULL, NULL, in g_shsec_init()
119 uma_zone_set_max(g_shsec_zone, g_shsec_maxmem / maxphys); in g_shsec_init()
126 uma_zdestroy(g_shsec_zone); in g_shsec_fini()
272 uma_zfree(g_shsec_zone, bp->bio_data); in g_shsec_done()
353 cbp->bio_data = uma_zalloc(g_shsec_zone, M_NOWAIT); in g_shsec_start()
390 uma_zfree(g_shsec_zone, cbp->bio_data); in g_shsec_start()