Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/snic/
H A Dsnic_scsi.c1041 if (!snic->remove_wait) { in snic_hba_reset_cmpl_handler()
1082 if (snic->remove_wait) in snic_hba_reset_cmpl_handler()
1083 complete(snic->remove_wait); in snic_hba_reset_cmpl_handler()
2231 snic->remove_wait = &wait; in snic_issue_hba_reset()
2255 wait_for_completion_timeout(snic->remove_wait, in snic_issue_hba_reset()
2266 snic->remove_wait = NULL; in snic_issue_hba_reset()
2280 snic->remove_wait = NULL; in snic_issue_hba_reset()
H A Dsnic.h258 struct completion *remove_wait; member
/linux-6.15/include/linux/
H A Dserial_core.h820 wait_queue_head_t remove_wait; member
/linux-6.15/drivers/tty/serial/
H A Dserial_core.c75 wake_up(&uport->state->remove_wait); in uart_port_deref()
3136 init_waitqueue_head(&state->remove_wait); in serial_core_add_one_port()
3260 wait_event(state->remove_wait, !atomic_read(&state->refcount)); in serial_core_remove_one_port()