Searched refs:timer_work (Results 1 – 6 of 6) sorted by relevance
| /linux/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()
|
| /linux/fs/smb/server/ |
| H A D | transport_rdma.c | 261 disable_delayed_work(&sc->idle.timer_work); in smb_direct_disconnect_rdma_work() 318 disable_delayed_work(&sc->idle.timer_work); in smb_direct_disconnect_rdma_connection() 386 container_of(work, struct smbdirect_socket, idle.timer_work.work); in smb_direct_idle_connection_timer() 402 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in smb_direct_idle_connection_timer() 442 INIT_DELAYED_WORK(&sc->idle.timer_work, smb_direct_idle_connection_timer); in alloc_transport() 488 disable_delayed_work_sync(&sc->idle.timer_work); in free_transport() 650 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in recv_done() 843 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in smb_direct_negotiate_recv_work() 1175 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in manage_keep_alive_before_sending() 2146 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in smb_direct_accept_client()
|
| /linux/fs/smb/client/ |
| H A D | smbdirect.c | 221 disable_delayed_work(&sc->idle.timer_work); in smbd_disconnect_rdma_work() 276 disable_delayed_work(&sc->idle.timer_work); in smbd_disconnect_rdma_connection() 802 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in recv_done() 1202 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in manage_keep_alive_before_sending() 1854 container_of(work, struct smbdirect_socket, idle.timer_work.work); in idle_connection_timer() 1873 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in idle_connection_timer() 1927 disable_delayed_work_sync(&sc->idle.timer_work); in smbd_destroy() 2276 INIT_DELAYED_WORK(&sc->idle.timer_work, idle_connection_timer); in _smbd_get_connection() 2282 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in _smbd_get_connection() 2308 disable_delayed_work_sync(&sc->idle.timer_work); in _smbd_get_connection()
|
| /linux/drivers/misc/mei/ |
| H A D | interrupt.c | 632 schedule_delayed_work(&dev->timer_work, MEI_STALL_TIMER_FREQ); in mei_schedule_stall_timer() 645 struct mei_device, timer_work.work); in mei_timer()
|
| H A D | pci-me.c | 400 schedule_delayed_work(&dev->timer_work, HZ); in mei_me_pci_resume()
|
| /linux/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() 1777 schedule_work(&fip->timer_work); in fcoe_ctlr_timeout() 1799 fip = container_of(work, struct fcoe_ctlr, timer_work); in fcoe_ctlr_timer_work() 3032 schedule_work(&fip->timer_work); in fcoe_ctlr_disc_start()
|