Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/mei/
Dinit.c97 cancel_delayed_work_sync(&dev->timer_work); in mei_cancel_work()
388 INIT_DELAYED_WORK(&dev->timer_work, mei_timer); in mei_device_init()
Dinterrupt.c479 schedule_delayed_work(&dev->timer_work, MEI_STALL_TIMER_FREQ); in mei_schedule_stall_timer()
492 struct mei_device, timer_work.work); in mei_timer()
Dpci-me.c377 schedule_delayed_work(&dev->timer_work, HZ); in mei_me_pci_resume()
Dmei_dev.h459 struct delayed_work timer_work; member
/Linux-v4.19/include/scsi/
Dlibfcoe.h142 struct work_struct timer_work; member
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_ctlr.c160 INIT_WORK(&fip->timer_work, fcoe_ctlr_timer_work); in fcoe_ctlr_init()
317 cancel_work_sync(&fip->timer_work); in fcoe_ctlr_destroy()
747 schedule_work(&fip->timer_work); in fcoe_ctlr_els_send()
1793 schedule_work(&fip->timer_work); in fcoe_ctlr_timeout()
1815 fip = container_of(work, struct fcoe_ctlr, timer_work); in fcoe_ctlr_timer_work()
3058 schedule_work(&fip->timer_work); in fcoe_ctlr_disc_start()