Searched refs:hio_capable (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_hio.h36 kstat_named_t hio_capable; /* is hybrid io capable */ member in struct:vsw_hio_kstats
H A Dvsw.h192 boolean_t hio_capable; /* Phys dev HIO capable */ member in struct:vsw
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_hio.c147 vswp->hio_capable = B_FALSE;
162 vswp->hio_capable = B_TRUE;
352 * - First clear 'hio_capable' to avoid further share allocations.
382 * first clear the hio_capable flag so that no more
385 vswp->hio_capable = B_FALSE;
474 if (vswp->hio_capable == B_FALSE) {
512 if (vswp->hio_capable == B_FALSE) {
803 if (vswp->hio_capable == B_FALSE) {
879 if (vswp->hio_capable != B_TRUE)
966 kstat_named_init(&hiokp->hio_capable, "hio_capabl
[all...]
H A Dvsw.c847 if (vswp->hio_capable == B_TRUE) {
849 vswp->hio_capable = B_FALSE;

Completed in 285 milliseconds