Searched refs:pend_os_device_add (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 882 clear_bit(sas_device->handle, ioc->pend_os_device_add); in _scsih_sas_device_add() 902 clear_bit(sas_device->handle, ioc->pend_os_device_add); in _scsih_sas_device_add() 1210 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add() 1218 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add() 1221 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add() 3910 clear_bit(handle, ioc->pend_os_device_add); in _scsih_tm_tr_send() 6378 set_bit(handle, ioc->pend_os_device_add); in _scsih_add_device() 6397 clear_bit(handle, ioc->pend_os_device_add); in _scsih_add_device() 6703 if (!test_bit(handle, ioc->pend_os_device_add)) in _scsih_sas_topology_change_event() 7140 set_bit(handle, ioc->pend_os_device_add); in _scsih_pcie_add_device() [all...] |
H A D | mpt3sas_base.c | 7458 ioc->pend_os_device_add = kzalloc(ioc->pend_os_device_add_sz, in mpt3sas_base_attach() 7460 if (!ioc->pend_os_device_add) { in mpt3sas_base_attach() 7573 kfree(ioc->pend_os_device_add); in mpt3sas_base_attach() 7614 kfree(ioc->pend_os_device_add); in mpt3sas_base_detach() 7740 void *pend_os_device_add = NULL, *device_remove_in_progress = NULL; in _base_check_ioc_facts_changes() local 7774 pend_os_device_add = krealloc(ioc->pend_os_device_add, in _base_check_ioc_facts_changes() 7776 if (!pend_os_device_add) { in _base_check_ioc_facts_changes() 7778 "Unable to allocate the memory for pend_os_device_add of sz: %d\n", in _base_check_ioc_facts_changes() 7782 memset(pend_os_device_add in _base_check_ioc_facts_changes() [all...] |
H A D | mpt3sas_base.h | 1352 void *pend_os_device_add; member
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 8506 ioc->pend_os_device_add = kzalloc(ioc->pend_os_device_add_sz, in mpt3sas_base_attach() 8508 if (!ioc->pend_os_device_add) { in mpt3sas_base_attach() 8624 kfree(ioc->pend_os_device_add); in mpt3sas_base_attach() 8665 kfree(ioc->pend_os_device_add); in mpt3sas_base_detach() 8789 void *pend_os_device_add = NULL, *device_remove_in_progress = NULL; in _base_check_ioc_facts_changes() local 8823 pend_os_device_add = krealloc(ioc->pend_os_device_add, in _base_check_ioc_facts_changes() 8825 if (!pend_os_device_add) { in _base_check_ioc_facts_changes() 8827 "Unable to allocate the memory for pend_os_device_add of sz: %d\n", in _base_check_ioc_facts_changes() 8831 memset(pend_os_device_add in _base_check_ioc_facts_changes() [all...] |
H A D | mpt3sas_scsih.c | 1040 clear_bit(sas_device->handle, ioc->pend_os_device_add); in _scsih_sas_device_add() 1061 clear_bit(sas_device->handle, ioc->pend_os_device_add); in _scsih_sas_device_add() 1369 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add() 1377 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add() 1380 clear_bit(pcie_device->handle, ioc->pend_os_device_add); in _scsih_pcie_device_add() 4108 clear_bit(handle, ioc->pend_os_device_add); in _scsih_tm_tr_send() 7336 set_bit(handle, ioc->pend_os_device_add); in _scsih_add_device() 7356 clear_bit(handle, ioc->pend_os_device_add); in _scsih_add_device() 7678 if (!test_bit(handle, ioc->pend_os_device_add)) in _scsih_sas_topology_change_event() 8116 set_bit(handle, ioc->pend_os_device_add); in _scsih_pcie_add_device() [all...] |
H A D | mpt3sas_base.h | 1498 void *pend_os_device_add; member
|
Completed in 42 milliseconds