Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_writeback.c390 static void cleanup_work(struct work_struct *work) in cleanup_work() function
394 cleanup_work); in cleanup_work()
444 INIT_WORK(&job->cleanup_work, cleanup_work); in drm_writeback_signal_completion()
445 queue_work(system_long_wq, &job->cleanup_work); in drm_writeback_signal_completion()
/openbmc/linux/include/drm/
H A Ddrm_writeback.h113 struct work_struct cleanup_work; member
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.h93 struct work_struct cleanup_work; member
H A Dexynos_drm_ipp.c750 struct exynos_drm_ipp_task, cleanup_work); in exynos_drm_ipp_cleanup_work()
781 INIT_WORK(&task->cleanup_work, exynos_drm_ipp_cleanup_work); in exynos_drm_ipp_task_done()
782 schedule_work(&task->cleanup_work); in exynos_drm_ipp_task_done()
/openbmc/linux/drivers/infiniband/core/
H A Dmad_rmpp.c50 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()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dptp.c294 struct delayed_work cleanup_work; member
1275 queue_delayed_work(ptp->workwq, &ptp->cleanup_work, in efx_ptp_insert_filter()
1526 container_of(work, struct efx_ptp_data, cleanup_work.work); in efx_ptp_cleanup_worker()
1535 queue_delayed_work(ptp->workwq, &ptp->cleanup_work, in efx_ptp_cleanup_worker()
1596 INIT_DELAYED_WORK(&ptp->cleanup_work, efx_ptp_cleanup_worker); in efx_ptp_probe()
1682 cancel_delayed_work_sync(&efx->ptp_data->cleanup_work); in efx_ptp_remove()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.h253 struct execute_work cleanup_work; member
H A Drxe_qp.c811 struct rxe_qp *qp = container_of(work, typeof(*qp), cleanup_work.work); in rxe_qp_do_cleanup()
879 execute_in_process_context(rxe_qp_do_cleanup, &qp->cleanup_work); in rxe_qp_cleanup()
/openbmc/linux/mm/
H A Dkmemleak.c2045 static DECLARE_WORK(cleanup_work, kmemleak_do_cleanup);
2062 schedule_work(&cleanup_work); in kmemleak_disable()
2137 schedule_work(&cleanup_work); in kmemleak_late_init()
/openbmc/linux/include/scsi/
H A Dscsi_transport_iscsi.h217 struct work_struct cleanup_work; member
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c2281 flush_work(&conn->cleanup_work); in iscsi_if_disconnect_bound_ep()
2310 cancel_work_sync(&conn->cleanup_work); in iscsi_if_stop_conn()
2324 flush_work(&conn->cleanup_work); in iscsi_if_stop_conn()
2341 cleanup_work); in iscsi_cleanup_conn_work_fn()
2446 INIT_WORK(&conn->cleanup_work, iscsi_cleanup_conn_work_fn); in iscsi_alloc_conn()
2664 &conn->cleanup_work); in iscsi_conn_error_event()
3008 flush_work(&conn->cleanup_work); in iscsi_if_destroy_conn()