Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetpoll.h33 struct work_struct cleanup_work; member
/linux-4.1.27/net/batman-adv/
Dhard-interface.c546 cleanup_work); in batadv_hardif_remove_interface_finish()
585 INIT_WORK(&hard_iface->cleanup_work, in batadv_hardif_add_interface()
623 queue_work(batadv_event_workqueue, &hard_iface->cleanup_work); in batadv_hardif_remove_interface()
Dtypes.h102 struct work_struct cleanup_work; member
803 struct work_struct cleanup_work; member
Dsoft-interface.c700 cleanup_work); in batadv_softif_destroy_finish()
731 INIT_WORK(&bat_priv->cleanup_work, batadv_softif_destroy_finish); in batadv_softif_init_late()
962 queue_work(batadv_event_workqueue, &bat_priv->cleanup_work); in batadv_softif_destroy_sysfs()
/linux-4.1.27/drivers/infiniband/core/
Dmad_rmpp.c50 struct delayed_work cleanup_work; member
101 cancel_delayed_work(&rmpp_recv->cleanup_work); in ib_cancel_rmpp_recvs()
266 container_of(work, struct mad_rmpp_recv, cleanup_work.work); in recv_cleanup_handler()
300 INIT_DELAYED_WORK(&rmpp_recv->cleanup_work, recv_cleanup_handler); in create_rmpp_recv()
458 &rmpp_recv->cleanup_work, msecs_to_jiffies(10000)); in complete_rmpp()
/linux-4.1.27/net/core/
Dnetpoll.c601 INIT_WORK(&np->cleanup_work, netpoll_async_cleanup); in __netpoll_setup()
827 struct netpoll *np = container_of(work, struct netpoll, cleanup_work); in netpoll_async_cleanup()
837 schedule_work(&np->cleanup_work); in __netpoll_free_async()
/linux-4.1.27/mm/
Dkmemleak.c1771 static DECLARE_WORK(cleanup_work, kmemleak_do_cleanup);
1788 schedule_work(&cleanup_work); in kmemleak_disable()
1925 schedule_work(&cleanup_work); in kmemleak_late_init()