Searched refs:hotspot (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/geom/
H A Dgeom_slice.h64 struct g_slice_hot *hotspot; member in struct:g_slicer
H A Dgeom_slice.c89 if (gsp->hotspot != NULL)
90 g_free(gsp->hotspot);
247 ghp = &gsp->hotspot[m_index];
435 * Configure "hotspots". A hotspot is a piece of the parent device which
438 * A hotspot is identified by its index number. The offset and length are
443 * XXX: hotspot is changed wile I/O is happening. Should this become a problem
444 * XXX: we can protect the hotspot stuff with a mutex.
467 gsl = gsp->hotspot;
470 if (gsp->hotspot != NULL)
471 bcopy(gsp->hotspot, gsl
[all...]

Completed in 33 milliseconds