Searched refs:new_active (Results 1 – 2 of 2) sorted by relevance
9193 struct f_slots *new_active; in fas_alloc_active_slots() local9208 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()
10066 mptsas_slots_t *new_active; in mptsas_alloc_active_slots() local10076 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()