Searched refs:pend_os_device_add (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 8498 ioc->pend_os_device_add = kzalloc(ioc->pend_os_device_add_sz, in mpt3sas_base_attach() 8500 if (!ioc->pend_os_device_add) { in mpt3sas_base_attach() 8616 kfree(ioc->pend_os_device_add); in mpt3sas_base_attach() 8657 kfree(ioc->pend_os_device_add); in mpt3sas_base_detach() 8781 void *pend_os_device_add = NULL, *device_remove_in_progress = NULL; in _base_check_ioc_facts_changes() local 8815 pend_os_device_add = krealloc(ioc->pend_os_device_add, in _base_check_ioc_facts_changes() 8817 if (!pend_os_device_add) { in _base_check_ioc_facts_changes() 8823 memset(pend_os_device_add + ioc->pend_os_device_add_sz, 0, in _base_check_ioc_facts_changes() 8825 ioc->pend_os_device_add = pend_os_device_add; in _base_check_ioc_facts_changes()
|
D | mpt3sas_scsih.c | 1041 clear_bit(sas_device->handle, ioc->pend_os_device_add); in _scsih_sas_device_add() 1062 clear_bit(sas_device->handle, ioc->pend_os_device_add); in _scsih_sas_device_add() 1370 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add() 1378 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add() 1381 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add() 4109 clear_bit(handle, ioc->pend_os_device_add); in _scsih_tm_tr_send() 7337 set_bit(handle, ioc->pend_os_device_add); in _scsih_add_device() 7357 clear_bit(handle, ioc->pend_os_device_add); in _scsih_add_device() 7679 if (!test_bit(handle, ioc->pend_os_device_add)) in _scsih_sas_topology_change_event() 8117 set_bit(handle, ioc->pend_os_device_add); in _scsih_pcie_add_device() [all …]
|
D | mpt3sas_base.h | 1498 void *pend_os_device_add; member
|