Home
last modified time | relevance | path

Searched refs:cleanup_work (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
Dnetpoll.h33 struct work_struct cleanup_work; member
/linux-4.4.14/net/batman-adv/
Dhard-interface.c602 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()
Dtypes.h116 struct work_struct cleanup_work; member
818 struct work_struct cleanup_work; member
Dsoft-interface.c734 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/
Dmad_rmpp.c51 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/
Dnetpoll.c608 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/
Dkmemleak.c1803 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()