Searched refs:cleanup_work (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_writeback.c | 340 static void cleanup_work(struct work_struct *work) in cleanup_work() function 344 cleanup_work); in cleanup_work() 394 INIT_WORK(&job->cleanup_work, cleanup_work); in drm_writeback_signal_completion() 395 queue_work(system_long_wq, &job->cleanup_work); in drm_writeback_signal_completion()
|
/Linux-v5.10/include/drm/ |
D | drm_writeback.h | 111 struct work_struct cleanup_work; member
|
/Linux-v5.10/drivers/infiniband/core/ |
D | mad_rmpp.c | 50 struct delayed_work cleanup_work; member 95 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() 296 INIT_DELAYED_WORK(&rmpp_recv->cleanup_work, recv_cleanup_handler); in create_rmpp_recv() 464 &rmpp_recv->cleanup_work, msecs_to_jiffies(10000)); in complete_rmpp()
|
/Linux-v5.10/drivers/gpu/drm/exynos/ |
D | exynos_drm_ipp.h | 93 struct work_struct cleanup_work; member
|
D | exynos_drm_ipp.c | 749 struct exynos_drm_ipp_task, cleanup_work); in exynos_drm_ipp_cleanup_work() 780 INIT_WORK(&task->cleanup_work, exynos_drm_ipp_cleanup_work); in exynos_drm_ipp_task_done() 781 schedule_work(&task->cleanup_work); in exynos_drm_ipp_task_done()
|
/Linux-v5.10/drivers/infiniband/sw/rxe/ |
D | rxe_verbs.h | 262 struct execute_work cleanup_work; member
|
D | rxe_qp.c | 778 struct rxe_qp *qp = container_of(work, typeof(*qp), cleanup_work.work); in rxe_qp_do_cleanup() 817 execute_in_process_context(rxe_qp_do_cleanup, &qp->cleanup_work); in rxe_qp_cleanup()
|
/Linux-v5.10/mm/ |
D | kmemleak.c | 1884 static DECLARE_WORK(cleanup_work, kmemleak_do_cleanup); 1901 schedule_work(&cleanup_work); in kmemleak_disable() 1974 schedule_work(&cleanup_work); in kmemleak_late_init()
|