Searched refs:cleanup_work (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_writeback.c | 278 static void cleanup_work(struct work_struct *work) in cleanup_work() function 282 cleanup_work); in cleanup_work() 329 INIT_WORK(&job->cleanup_work, cleanup_work); in drm_writeback_signal_completion() 330 queue_work(system_long_wq, &job->cleanup_work); in drm_writeback_signal_completion()
|
/Linux-v4.19/include/drm/ |
D | drm_writeback.h | 88 struct work_struct cleanup_work; member
|
/Linux-v4.19/include/linux/ |
D | netpoll.h | 35 struct work_struct cleanup_work; member
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_ipp.h | 98 struct work_struct cleanup_work; member
|
D | exynos_drm_ipp.c | 735 struct exynos_drm_ipp_task, cleanup_work); in exynos_drm_ipp_cleanup_work() 765 INIT_WORK(&task->cleanup_work, exynos_drm_ipp_cleanup_work); in exynos_drm_ipp_task_done() 766 schedule_work(&task->cleanup_work); in exynos_drm_ipp_task_done()
|
/Linux-v4.19/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-v4.19/net/core/ |
D | netpoll.c | 592 INIT_WORK(&np->cleanup_work, netpoll_async_cleanup); in __netpoll_setup() 817 struct netpoll *np = container_of(work, struct netpoll, cleanup_work); in netpoll_async_cleanup() 827 schedule_work(&np->cleanup_work); in __netpoll_free_async()
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_verbs.h | 284 struct execute_work cleanup_work; member
|
D | rxe_qp.c | 800 struct rxe_qp *qp = container_of(work, typeof(*qp), cleanup_work.work); in rxe_qp_do_cleanup() 839 execute_in_process_context(rxe_qp_do_cleanup, &qp->cleanup_work); in rxe_qp_cleanup()
|
/Linux-v4.19/mm/ |
D | kmemleak.c | 1949 static DECLARE_WORK(cleanup_work, kmemleak_do_cleanup); 1966 schedule_work(&cleanup_work); in kmemleak_disable() 2112 schedule_work(&cleanup_work); in kmemleak_late_init()
|