Searched refs:timer_work (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_helper_restricted.c | 33 static void timer_work(void) in timer_work() function 62 timer_work(); in raw_tp_timer() 70 timer_work(); in tp_timer() 78 timer_work(); in kprobe_timer() 86 timer_work(); in perf_event_timer()
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | init.c | 87 cancel_delayed_work_sync(&dev->timer_work); in mei_cancel_work() 380 INIT_DELAYED_WORK(&dev->timer_work, mei_timer); in mei_device_init()
|
H A D | interrupt.c | 595 schedule_delayed_work(&dev->timer_work, MEI_STALL_TIMER_FREQ); in mei_schedule_stall_timer() 608 struct mei_device, timer_work.work); in mei_timer()
|
H A D | pci-me.c | 403 schedule_delayed_work(&dev->timer_work, HZ); in mei_me_pci_resume()
|
H A D | mei_dev.h | 419 * @timer_work : MEI timer delayed work (timeouts) 494 struct delayed_work timer_work; member
|
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | init.c | 88 cancel_delayed_work_sync(&dev->timer_work); in mei_cancel_work() 389 INIT_DELAYED_WORK(&dev->timer_work, mei_timer); in mei_device_init()
|
H A D | interrupt.c | 635 schedule_delayed_work(&dev->timer_work, MEI_STALL_TIMER_FREQ); in mei_schedule_stall_timer() 648 struct mei_device, timer_work.work); in mei_timer()
|
H A D | gsc-me.c | 205 schedule_delayed_work(&dev->timer_work, HZ); in mei_gsc_pm_resume()
|
H A D | mei_dev.h | 474 * @timer_work : MEI timer delayed work (timeouts) 555 struct delayed_work timer_work; member
|
H A D | pci-me.c | 403 schedule_delayed_work(&dev->timer_work, HZ); in mei_me_pci_resume()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | libfcoe.h | 90 * @timer_work: &work_struct for doing keep-alives and resets. 130 struct work_struct timer_work; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | libfcoe.h | 91 * @timer_work: &work_struct for doing keep-alives and resets. 131 struct work_struct timer_work; member
|
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 149 INIT_WORK(&fip->timer_work, fcoe_ctlr_timer_work); in fcoe_ctlr_init() 306 cancel_work_sync(&fip->timer_work); in fcoe_ctlr_destroy() 740 schedule_work(&fip->timer_work); in fcoe_ctlr_els_send() 1786 schedule_work(&fip->timer_work); in fcoe_ctlr_timeout() 1808 fip = container_of(work, struct fcoe_ctlr, timer_work); in fcoe_ctlr_timer_work() 3041 schedule_work(&fip->timer_work); in fcoe_ctlr_disc_start()
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 149 INIT_WORK(&fip->timer_work, fcoe_ctlr_timer_work); in fcoe_ctlr_init() 306 cancel_work_sync(&fip->timer_work); in fcoe_ctlr_destroy() 740 schedule_work(&fip->timer_work); in fcoe_ctlr_els_send() 1778 schedule_work(&fip->timer_work); in fcoe_ctlr_timeout() 1800 fip = container_of(work, struct fcoe_ctlr, timer_work); in fcoe_ctlr_timer_work() 3033 schedule_work(&fip->timer_work); in fcoe_ctlr_disc_start()
|
Completed in 20 milliseconds