Searched refs:timer_work (Results 1 – 7 of 7) 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/common/smbdirect/ |
| H A D | smbdirect_socket.h | 149 struct delayed_work timer_work; member 370 INIT_DELAYED_WORK(&sc->idle.timer_work, __smbdirect_socket_disabled_work); in smbdirect_socket_init() 371 disable_delayed_work_sync(&sc->idle.timer_work); in smbdirect_socket_init()
|
| /linux/fs/smb/server/ |
| H A D | transport_rdma.c | 247 disable_delayed_work(&sc->idle.timer_work); in smb_direct_disconnect_rdma_work() 304 disable_delayed_work(&sc->idle.timer_work); in smb_direct_disconnect_rdma_connection() 372 container_of(work, struct smbdirect_socket, idle.timer_work.work); in smb_direct_idle_connection_timer() 388 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in smb_direct_idle_connection_timer() 428 INIT_DELAYED_WORK(&sc->idle.timer_work, smb_direct_idle_connection_timer); in alloc_transport() 474 disable_delayed_work_sync(&sc->idle.timer_work); in free_transport() 636 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in recv_done() 827 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in smb_direct_negotiate_recv_work() 1104 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in manage_keep_alive_before_sending() 2009 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in smb_direct_accept_client()
|
| /linux/fs/smb/client/ |
| H A D | smbdirect.c | 202 disable_delayed_work(&sc->idle.timer_work); in smbd_disconnect_rdma_work() 257 disable_delayed_work(&sc->idle.timer_work); in smbd_disconnect_rdma_connection() 692 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in recv_done() 1071 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in manage_keep_alive_before_sending() 1553 container_of(work, struct smbdirect_socket, idle.timer_work.work); in idle_connection_timer() 1572 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in idle_connection_timer() 1626 disable_delayed_work_sync(&sc->idle.timer_work); in smbd_destroy() 1975 INIT_DELAYED_WORK(&sc->idle.timer_work, idle_connection_timer); in _smbd_get_connection() 1981 mod_delayed_work(sc->workqueue, &sc->idle.timer_work, in _smbd_get_connection() 2007 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() 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()
|