Searched refs:IDEV_START_PENDING (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | remote_device.h | 82 #define IDEV_START_PENDING 0 macro
|
H A D | host.h | 328 wait_event(ihost->eventq, !test_bit(IDEV_START_PENDING, &idev->flags)); in wait_for_device_start()
|
H A D | remote_device.c | 97 if (test_and_clear_bit(IDEV_START_PENDING, &idev->flags)) in isci_remote_device_ready() 1540 clear_bit(IDEV_START_PENDING, &idev->flags); in isci_remote_device_release() 1638 set_bit(IDEV_START_PENDING, &isci_device->flags); in isci_remote_device_found()
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | remote_device.h | 82 #define IDEV_START_PENDING 0 macro
|
H A D | host.h | 328 wait_event(ihost->eventq, !test_bit(IDEV_START_PENDING, &idev->flags)); in wait_for_device_start()
|
H A D | remote_device.c | 97 if (test_and_clear_bit(IDEV_START_PENDING, &idev->flags)) in isci_remote_device_ready() 1542 clear_bit(IDEV_START_PENDING, &idev->flags); in isci_remote_device_release() 1639 set_bit(IDEV_START_PENDING, &isci_device->flags); in isci_remote_device_found()
|
Completed in 13 milliseconds