Home
last modified time | relevance | path

Searched refs:recovery_work (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Drecovery.c24 fw_recovery.recovery_work); in ath6kl_recovery_work()
54 queue_work(ar->ath6kl_wq, &ar->fw_recovery.recovery_work); in ath6kl_recovery_err_notify()
103 INIT_WORK(&recovery->recovery_work, ath6kl_recovery_work); in ath6kl_recovery_init()
123 cancel_work_sync(&ar->fw_recovery.recovery_work); in ath6kl_recovery_cleanup()
Dcore.h841 struct work_struct recovery_work; member
/Linux-v4.19/drivers/mmc/core/
Dqueue.c79 schedule_work(&mq->recovery_work); in __mmc_cqe_recovery_notifier()
146 recovery_work); in mmc_mq_recovery_handler()
373 INIT_WORK(&mq->recovery_work, mmc_mq_recovery_handler); in mmc_setup_queue()
Dqueue.h90 struct work_struct recovery_work; member
Dblock.c2125 schedule_work(&mq->recovery_work); in mmc_blk_mq_req_done()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dwlcore.h317 struct work_struct recovery_work; member
Dmain.c812 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl12xx_queue_recovery_work()
934 container_of(work, struct wl1271, recovery_work); in wl1271_recovery_work()
1193 cancel_work_sync(&wl->recovery_work); in wl1271_plt_stop()
1856 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl1271_op_resume()
1946 cancel_work_sync(&wl->recovery_work); in wlcore_op_stop_locked()
2606 wl1271_recovery_work(&wl->recovery_work); in wl1271_op_add_interface()
6400 INIT_WORK(&wl->recovery_work, wl1271_recovery_work); in wlcore_alloc_hw()
/Linux-v4.19/include/scsi/
Dscsi_transport_iscsi.h245 struct delayed_work recovery_work; member
/Linux-v4.19/drivers/scsi/
Dscsi_transport_iscsi.c1891 recovery_work.work); in session_recovery_timedout()
1933 cancel_delayed_work(&session->recovery_work); in __iscsi_unblock_session()
1983 &session->recovery_work, in __iscsi_block_session()
2043 INIT_DELAYED_WORK(&session->recovery_work, session_recovery_timedout); in iscsi_alloc_session()
2173 if (!cancel_delayed_work(&session->recovery_work)) in iscsi_remove_session()
/Linux-v4.19/drivers/s390/cio/
Ddevice.c1268 static DECLARE_WORK(recovery_work, recovery_work_func);
1276 schedule_work(&recovery_work); in recovery_func()