| /linux/drivers/gpu/drm/ |
| H A D | drm_writeback.c | 515 static void cleanup_work(struct work_struct *work) in cleanup_work() function 519 cleanup_work); in cleanup_work() 569 INIT_WORK(&job->cleanup_work, cleanup_work); in drm_writeback_signal_completion() 570 queue_work(system_long_wq, &job->cleanup_work); in drm_writeback_signal_completion()
|
| /linux/fs/netfs/ |
| H A D | objects.c | 39 INIT_WORK(&rreq->cleanup_work, netfs_free_request); in netfs_alloc_request() 155 container_of(work, struct netfs_io_request, cleanup_work); in netfs_free_request() 172 WARN_ON(!queue_work(system_dfl_wq, &rreq->cleanup_work)); in netfs_put_request() 191 netfs_free_request(&rreq->cleanup_work); in netfs_put_failed_request()
|
| /linux/include/linux/ |
| H A D | hw_random.h | 52 struct work_struct cleanup_work; member
|
| H A D | netfs.h | 223 struct work_struct cleanup_work; /* Deferred cleanup work */ member
|
| /linux/include/drm/ |
| H A D | drm_writeback.h | 113 struct work_struct cleanup_work; member
|
| /linux/drivers/char/hw_random/ |
| H A D | core.c | 71 struct hwrng *rng = container_of(work, struct hwrng, cleanup_work); in cleanup_rng_work() 96 schedule_work(&rng->cleanup_work); in cleanup_rng() 588 INIT_WORK(&rng->cleanup_work, cleanup_rng_work); in hwrng_register()
|
| /linux/drivers/infiniband/core/ |
| H A 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/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_ipp.h | 93 struct work_struct cleanup_work; member
|
| H A D | exynos_drm_ipp.c | 751 struct exynos_drm_ipp_task, cleanup_work); in exynos_drm_ipp_cleanup_work() 782 INIT_WORK(&task->cleanup_work, exynos_drm_ipp_cleanup_work); in exynos_drm_ipp_task_done() 783 schedule_work(&task->cleanup_work); in exynos_drm_ipp_task_done()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ptp.c | 300 struct delayed_work cleanup_work; member 1281 queue_delayed_work(ptp->workwq, &ptp->cleanup_work, in efx_ptp_insert_filter() 1527 container_of(work, struct efx_ptp_data, cleanup_work.work); in efx_ptp_cleanup_worker() 1536 queue_delayed_work(ptp->workwq, &ptp->cleanup_work, in efx_ptp_cleanup_worker() 1597 INIT_DELAYED_WORK(&ptp->cleanup_work, efx_ptp_cleanup_worker); in efx_ptp_probe() 1683 cancel_delayed_work_sync(&efx->ptp_data->cleanup_work); in efx_ptp_remove()
|
| /linux/mm/ |
| H A D | kmemleak.c | 2239 static DECLARE_WORK(cleanup_work, kmemleak_do_cleanup); 2256 schedule_work(&cleanup_work); in kmemleak_disable() 2331 schedule_work(&cleanup_work); in kmemleak_late_init()
|
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_verbs.h | 291 struct execute_work cleanup_work; member
|
| H A D | rxe_qp.c | 855 struct rxe_qp *qp = container_of(work, typeof(*qp), cleanup_work.work); in rxe_qp_do_cleanup() 924 execute_in_process_context(rxe_qp_do_cleanup, &qp->cleanup_work); in rxe_qp_cleanup()
|
| /linux/include/scsi/ |
| H A D | scsi_transport_iscsi.h | 217 struct work_struct cleanup_work; member
|
| /linux/drivers/scsi/ |
| H A D | scsi_transport_iscsi.c | 2257 flush_work(&conn->cleanup_work); in iscsi_if_disconnect_bound_ep() 2286 cancel_work_sync(&conn->cleanup_work); in iscsi_if_stop_conn() 2300 flush_work(&conn->cleanup_work); in iscsi_if_stop_conn() 2317 cleanup_work); in iscsi_cleanup_conn_work_fn() 2422 INIT_WORK(&conn->cleanup_work, iscsi_cleanup_conn_work_fn); in iscsi_alloc_conn() 2640 &conn->cleanup_work); in iscsi_conn_error_event() 2984 flush_work(&conn->cleanup_work); in iscsi_if_destroy_conn()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_types.h | 659 struct work_struct cleanup_work; member
|
| H A D | intel_display.c | 7211 container_of(work, struct intel_atomic_state, cleanup_work); in intel_atomic_cleanup_work() 7644 INIT_WORK(&state->cleanup_work, intel_atomic_cleanup_work); in intel_atomic_commit_tail() 7645 queue_work(display->wq.cleanup, &state->cleanup_work); in intel_atomic_commit_tail()
|