Searched refs:reset_wq (Results 1 - 10 of 10) sorted by relevance

/drivers/scsi/
H A Dhptiop.h336 wait_queue_head_t reset_wq; member in struct:hptiop_hba
H A Dhptiop.c698 wake_up(&hba->reset_wq);
1090 wait_event_timeout(hba->reset_wq,
1340 init_waitqueue_head(&hba->reset_wq);
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c483 schedule_work(&priv->reset_wq);
1247 INIT_WORK_RSL(&priv->reset_wq, (void *)rtl8192_restart, dev);
2464 cancel_work_sync(&priv->reset_wq);
2542 reset_wq);
2572 schedule_work(&priv->reset_wq);
H A Drtl_core.h563 struct work_struct reset_wq; member in struct:r8192_priv
/drivers/staging/rtl8192u/
H A Dr8192U_core.c642 schedule_work(&priv->reset_wq);
2255 INIT_WORK(&priv->reset_wq, rtl8192_restart);
3407 struct r8192_priv *priv = container_of(work, struct r8192_priv, reset_wq);
3441 schedule_work(&priv->reset_wq);
4741 cancel_work_sync(&priv->reset_wq);
H A Dr8192U.h978 struct work_struct reset_wq; member in struct:r8192_priv
/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.h755 * @reset_wq:
934 wait_queue_head_t reset_wq; member in struct:MPT2SAS_ADAPTER
H A Dmpt2sas_base.c1792 wake_up(&ioc->reset_wq);
4514 init_waitqueue_head(&ioc->reset_wq);
4766 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ);
/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h688 * @reset_wq:
877 wait_queue_head_t reset_wq; member in struct:MPT3SAS_ADAPTER
H A Dmpt3sas_base.c2071 wake_up(&ioc->reset_wq);
4645 init_waitqueue_head(&ioc->reset_wq);
4886 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ);

Completed in 370 milliseconds