Searched refs:cleanup_work (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/linux/ |
D | netpoll.h | 33 struct work_struct cleanup_work; member
|
/linux-4.1.27/net/batman-adv/ |
D | hard-interface.c | 546 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()
|
D | types.h | 102 struct work_struct cleanup_work; member 803 struct work_struct cleanup_work; member
|
D | soft-interface.c | 700 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/ |
D | mad_rmpp.c | 50 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/ |
D | netpoll.c | 601 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/ |
D | kmemleak.c | 1771 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()
|