Home
last modified time | relevance | path

Searched refs:remove_wait (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/fnic/
A Dfnic_scsi.c682 if (fnic->remove_wait) in DEF_SCSI_QCMD()
683 complete(fnic->remove_wait); in DEF_SCSI_QCMD()
689 if (fnic->remove_wait || ret) { in DEF_SCSI_QCMD()
2572 DECLARE_COMPLETION_ONSTACK(remove_wait); in fnic_scsi_abort_io()
2585 fnic->remove_wait = &remove_wait; in fnic_scsi_abort_io()
2596 fnic->remove_wait = NULL; in fnic_scsi_abort_io()
2602 wait_for_completion_timeout(&remove_wait, in fnic_scsi_abort_io()
2606 fnic->remove_wait = NULL; in fnic_scsi_abort_io()
A Dfnic.h250 struct completion *remove_wait; /* device remove thread blocks */ member
/linux/drivers/scsi/snic/
A Dsnic_scsi.c1060 if (!snic->remove_wait) { in snic_hba_reset_cmpl_handler()
1101 if (snic->remove_wait) in snic_hba_reset_cmpl_handler()
1102 complete(snic->remove_wait); in snic_hba_reset_cmpl_handler()
2256 snic->remove_wait = &wait; in snic_issue_hba_reset()
2280 wait_for_completion_timeout(snic->remove_wait, in snic_issue_hba_reset()
2291 snic->remove_wait = NULL; in snic_issue_hba_reset()
2305 snic->remove_wait = NULL; in snic_issue_hba_reset()
A Dsnic.h272 struct completion *remove_wait; member
/linux/include/linux/
A Dserial_core.h293 wait_queue_head_t remove_wait; member
/linux/drivers/tty/serial/
A Dserial_core.c68 wake_up(&uport->state->remove_wait); in uart_port_deref()
2895 init_waitqueue_head(&state->remove_wait); in uart_add_one_port()
3034 wait_event(state->remove_wait, !atomic_read(&state->refcount)); in uart_remove_one_port()

Completed in 22 milliseconds