cleanup_work
INIT_WORK(&rng->cleanup_work, cleanup_rng_work);
struct hwrng *rng = container_of(work, struct hwrng, cleanup_work);
schedule_work(&rng->cleanup_work);
cleanup_work);
INIT_WORK(&job->cleanup_work, cleanup_work);
queue_work(system_long_wq, &job->cleanup_work);
struct exynos_drm_ipp_task, cleanup_work);
INIT_WORK(&task->cleanup_work, exynos_drm_ipp_cleanup_work);
schedule_work(&task->cleanup_work);
struct work_struct cleanup_work;
container_of(work, struct intel_atomic_state, cleanup_work);
INIT_WORK(&state->cleanup_work, intel_atomic_cleanup_work);
queue_work(display->wq.cleanup, &state->cleanup_work);
struct work_struct cleanup_work;
container_of(work, struct mad_rmpp_recv, cleanup_work.work);
INIT_DELAYED_WORK(&rmpp_recv->cleanup_work, recv_cleanup_handler);
&rmpp_recv->cleanup_work, msecs_to_jiffies(10000));
struct delayed_work cleanup_work;
cancel_delayed_work(&rmpp_recv->cleanup_work);
struct rxe_qp *qp = container_of(work, typeof(*qp), cleanup_work.work);
execute_in_process_context(rxe_qp_do_cleanup, &qp->cleanup_work);
struct execute_work cleanup_work;
queue_delayed_work(ptp->workwq, &ptp->cleanup_work,
container_of(work, struct efx_ptp_data, cleanup_work.work);
queue_delayed_work(ptp->workwq, &ptp->cleanup_work,
INIT_DELAYED_WORK(&ptp->cleanup_work, efx_ptp_cleanup_worker);
cancel_delayed_work_sync(&efx->ptp_data->cleanup_work);
struct delayed_work cleanup_work;
flush_work(&conn->cleanup_work);
cancel_work_sync(&conn->cleanup_work);
flush_work(&conn->cleanup_work);
cleanup_work);
INIT_WORK(&conn->cleanup_work, iscsi_cleanup_conn_work_fn);
&conn->cleanup_work);
flush_work(&conn->cleanup_work);
container_of(work, struct netfs_io_request, cleanup_work);
WARN_ON(!queue_work(system_dfl_wq, &rreq->cleanup_work));
netfs_free_request(&rreq->cleanup_work);
INIT_WORK(&rreq->cleanup_work, netfs_free_request);
struct work_struct cleanup_work;
struct work_struct cleanup_work;
struct work_struct cleanup_work; /* Deferred cleanup work */
struct work_struct cleanup_work;
static DECLARE_WORK(cleanup_work, kmemleak_do_cleanup);
schedule_work(&cleanup_work);
schedule_work(&cleanup_work);