Home
last modified time | relevance | path

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

/drivers/scsi/
Dhptiop.h268 wait_queue_head_t reset_wq; member
Dhptiop.c508 wake_up(&hba->reset_wq); in hptiop_message_callback()
820 wait_event_timeout(hba->reset_wq, in hptiop_reset_hba()
991 init_waitqueue_head(&hba->reset_wq); in hptiop_probe()
/drivers/staging/rtl8187se/
Dr8180.h656 struct work_struct reset_wq; member
Dr8180_core.c4328 INIT_WORK(&priv->reset_wq,(void*) rtl8180_restart_wq);
4342 INIT_WORK(&priv->reset_wq,(void*) rtl8180_restart_wq,dev);
5737 struct r8180_priv *priv = container_of(work, struct r8180_priv, reset_wq);
5755 schedule_work(&priv->reset_wq);