Searched refs:timer_work (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_helper_restricted.c33 static void timer_work(void) function
62 timer_work();
70 timer_work();
78 timer_work();
86 timer_work();
/linux-master/drivers/misc/mei/
H A Dinit.c88 cancel_delayed_work_sync(&dev->timer_work);
411 INIT_DELAYED_WORK(&dev->timer_work, mei_timer);
H A Dgsc-me.c196 schedule_delayed_work(&dev->timer_work, HZ);
H A Dinterrupt.c635 schedule_delayed_work(&dev->timer_work, MEI_STALL_TIMER_FREQ);
648 struct mei_device, timer_work.work);
H A Dmei_dev.h487 * @timer_work : MEI timer delayed work (timeouts)
573 struct delayed_work timer_work; member in struct:mei_device
H A Dpci-me.c390 schedule_delayed_work(&dev->timer_work, HZ);
H A Dplatform-vsc.c429 schedule_delayed_work(&mei_dev->timer_work, HZ);
/linux-master/include/scsi/
H A Dlibfcoe.h91 * @timer_work: &work_struct for doing keep-alives and resets.
131 struct work_struct timer_work; member in struct:fcoe_ctlr
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c149 INIT_WORK(&fip->timer_work, fcoe_ctlr_timer_work);
306 cancel_work_sync(&fip->timer_work);
740 schedule_work(&fip->timer_work);
1778 schedule_work(&fip->timer_work);
1800 fip = container_of(work, struct fcoe_ctlr, timer_work);
3033 schedule_work(&fip->timer_work);

Completed in 229 milliseconds