Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c9193 struct f_slots *new_active; in fas_alloc_active_slots() local
9208 new_active = kmem_zalloc(size, flag); in fas_alloc_active_slots()
9209 if (new_active == NULL) { in fas_alloc_active_slots()
9212 fas->f_active[slot] = new_active; in fas_alloc_active_slots()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c10066 mptsas_slots_t *new_active; in mptsas_alloc_active_slots() local
10076 new_active = kmem_zalloc(size, flag); in mptsas_alloc_active_slots()
10077 if (new_active == NULL) { in mptsas_alloc_active_slots()
10086 new_active->m_n_normal = (mpt->m_max_requests - 2); in mptsas_alloc_active_slots()
10087 new_active->m_size = size; in mptsas_alloc_active_slots()
10088 new_active->m_rotor = 1; in mptsas_alloc_active_slots()
10091 mpt->m_active = new_active; in mptsas_alloc_active_slots()