Searched refs:ao_chipshared (Results 1 – 2 of 2) sorted by relevance
47 static struct ao_chipshared *ao_shared[AO_MAX_CHIPS];60 struct ao_chipshared *sp, *osp; in ao_ms_init()96 sp = kmem_zalloc(sizeof (struct ao_chipshared), KM_SLEEP); in ao_ms_init()102 kmem_free(sp, sizeof (struct ao_chipshared)); in ao_ms_init()
128 struct ao_chipshared { struct154 struct ao_chipshared *ao_ms_shared; argument