Searched defs:hiop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_hio.c137 vsw_hio_t *hiop = &vswp->vhio; local
154 hiop->vh_num_shares = num_shares;
155 hiop->vh_shares = kmem_zalloc((sizeof (vsw_share_t) *
156 hiop->vh_num_shares), KM_SLEEP);
157 for (i = 0; i < hiop->vh_num_shares; i++) {
158 hiop->vh_shares[i].vs_state = VSW_SHARE_FREE;
159 hiop->vh_shares[i].vs_index = i;
160 hiop->vh_shares[i].vs_vswp = vswp;
175 hiop->vh_ksp = vsw_hio_setup_kstats(DRV_NAME, "hio", vswp);
176 if (hiop
229 vsw_hio_t *hiop = &vswp->vhio; local
253 vsw_hio_t *hiop = &vswp->vhio; local
280 vsw_hio_t *hiop = &vswp->vhio; local
365 vsw_hio_t *hiop = &vswp->vhio; local
873 vsw_hio_t *hiop = &vswp->vhio; local
937 vsw_hio_t *hiop; local
994 vsw_hio_t *hiop; local
1016 vsw_hio_t *hiop; local
[all...]

Completed in 59 milliseconds