Searched refs:pend_os_device_add (Results 1 – 1 of 1) sorted by relevance
8582 ioc->pend_os_device_add = kzalloc(ioc->pend_os_device_add_sz, in mpt3sas_base_attach()8584 if (!ioc->pend_os_device_add) { in mpt3sas_base_attach()8700 kfree(ioc->pend_os_device_add); in mpt3sas_base_attach()8741 kfree(ioc->pend_os_device_add); in mpt3sas_base_detach()8865 void *pend_os_device_add = NULL, *device_remove_in_progress = NULL; in _base_check_ioc_facts_changes() local8905 pend_os_device_add = krealloc(ioc->pend_os_device_add, in _base_check_ioc_facts_changes()8907 if (!pend_os_device_add) { in _base_check_ioc_facts_changes()8913 memset(pend_os_device_add + ioc->pend_os_device_add_sz, 0, in _base_check_ioc_facts_changes()8915 ioc->pend_os_device_add = pend_os_device_add; in _base_check_ioc_facts_changes()