Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/geom/
HDgeom_slice.c103 struct g_slice *gsl, *gsl2; in g_slice_access() local
112 gsl2 = &gsp->slices[u]; in g_slice_access()
113 if (gsl2->length == 0) in g_slice_access()
117 if (gsl->offset + gsl->length <= gsl2->offset) in g_slice_access()
119 if (gsl2->offset + gsl2->length <= gsl->offset) in g_slice_access()
122 pp2 = gsl2->provider; in g_slice_access()
450 struct g_slice_hot *gsl, *gsl2; in g_slice_conf_hot() local
468 gsl2 = g_malloc((idx + 1) * sizeof *gsl2, M_WAITOK | M_ZERO); in g_slice_conf_hot()
470 bcopy(gsp->hotspot, gsl2, gsp->nhotspot * sizeof *gsl2); in g_slice_conf_hot()
471 gsp->hotspot = gsl2; in g_slice_conf_hot()
[all …]