Searched refs:cleanup_work (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/ |
D | netpoll.h | 33 struct work_struct cleanup_work; member
|
/linux-4.4.14/net/batman-adv/ |
D | hard-interface.c | 602 cleanup_work); in batadv_hardif_remove_interface_finish() 641 INIT_WORK(&hard_iface->cleanup_work, in batadv_hardif_add_interface() 679 queue_work(batadv_event_workqueue, &hard_iface->cleanup_work); in batadv_hardif_remove_interface()
|
D | types.h | 116 struct work_struct cleanup_work; member 818 struct work_struct cleanup_work; member
|
D | soft-interface.c | 734 cleanup_work); in batadv_softif_destroy_finish() 765 INIT_WORK(&bat_priv->cleanup_work, batadv_softif_destroy_finish); in batadv_softif_init_late() 994 queue_work(batadv_event_workqueue, &bat_priv->cleanup_work); in batadv_softif_destroy_sysfs()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | mad_rmpp.c | 51 struct delayed_work cleanup_work; member 103 cancel_delayed_work(&rmpp_recv->cleanup_work); in ib_cancel_rmpp_recvs() 270 container_of(work, struct mad_rmpp_recv, cleanup_work.work); in recv_cleanup_handler() 304 INIT_DELAYED_WORK(&rmpp_recv->cleanup_work, recv_cleanup_handler); in create_rmpp_recv() 472 &rmpp_recv->cleanup_work, msecs_to_jiffies(10000)); in complete_rmpp()
|
/linux-4.4.14/net/core/ |
D | netpoll.c | 608 INIT_WORK(&np->cleanup_work, netpoll_async_cleanup); in __netpoll_setup() 834 struct netpoll *np = container_of(work, struct netpoll, cleanup_work); in netpoll_async_cleanup() 844 schedule_work(&np->cleanup_work); in __netpoll_free_async()
|
/linux-4.4.14/mm/ |
D | kmemleak.c | 1803 static DECLARE_WORK(cleanup_work, kmemleak_do_cleanup); 1820 schedule_work(&cleanup_work); in kmemleak_disable() 1957 schedule_work(&cleanup_work); in kmemleak_late_init()
|