Searched refs:recover_work (Results 1 – 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
D | a5xx_preempt.c | 87 queue_work(priv->wq, &gpu->recover_work); in a5xx_preempt_timer() 184 queue_work(priv->wq, &gpu->recover_work); in a5xx_preempt_irq()
|
D | a6xx_gpu.c | 1065 queue_work(priv->wq, &gpu->recover_work); in a6xx_fault_detect_irq()
|
D | a6xx_gmu.c | 32 queue_work(priv->wq, &gpu->recover_work); in a6xx_gmu_fault()
|
D | a5xx_gpu.c | 1073 queue_work(priv->wq, &gpu->recover_work); in a5xx_fault_detect_irq()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/ |
D | lima_sched.c | 479 container_of(work, struct lima_sched_pipe, recover_work); in lima_sched_recover_work() 504 INIT_WORK(&pipe->recover_work, lima_sched_recover_work); in lima_sched_pipe_init() 523 schedule_work(&pipe->recover_work); in lima_sched_pipe_task_done()
|
D | lima_sched.h | 87 struct work_struct recover_work; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 54 struct work_struct recover_work; member 574 container_of(work, struct tilcdc_crtc, recover_work); in tilcdc_crtc_recover_work() 970 &tilcdc_crtc->recover_work); in tilcdc_crtc_irq() 1029 INIT_WORK(&tilcdc_crtc->recover_work, tilcdc_crtc_recover_work); in tilcdc_crtc_create()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 364 static void mlx5e_rq_err_cqe_work(struct work_struct *recover_work) in mlx5e_rq_err_cqe_work() argument 366 struct mlx5e_rq *rq = container_of(recover_work, struct mlx5e_rq, recover_work); in mlx5e_rq_err_cqe_work() 428 INIT_WORK(&rq->recover_work, mlx5e_rq_err_cqe_work); in mlx5e_alloc_rq() 928 cancel_work_sync(&rq->channel->icosq.recover_work); in mlx5e_close_rq() 929 cancel_work_sync(&rq->recover_work); in mlx5e_close_rq() 1046 static void mlx5e_icosq_err_cqe_work(struct work_struct *recover_work) in mlx5e_icosq_err_cqe_work() argument 1048 struct mlx5e_icosq *sq = container_of(recover_work, struct mlx5e_icosq, in mlx5e_icosq_err_cqe_work() 1049 recover_work); in mlx5e_icosq_err_cqe_work() 1054 static void mlx5e_async_icosq_err_cqe_work(struct work_struct *recover_work) in mlx5e_async_icosq_err_cqe_work() argument 1056 struct mlx5e_icosq *sq = container_of(recover_work, struct mlx5e_icosq, in mlx5e_async_icosq_err_cqe_work() [all …]
|
D | en.h | 378 struct work_struct recover_work; member 505 struct work_struct recover_work; member 626 struct work_struct recover_work; member
|
D | en_rx.c | 680 queue_work(cq->channel->priv->wq, &sq->recover_work); in mlx5e_poll_ico_cq() 1221 queue_work(rq->channel->priv->wq, &rq->recover_work); in trigger_report()
|
D | en_tx.c | 810 &sq->recover_work); in mlx5e_poll_tx_cq()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
D | msm_gpu.c | 446 struct msm_gpu *gpu = container_of(work, struct msm_gpu, recover_work); in recover_worker() 564 queue_work(priv->wq, &gpu->recover_work); in hangcheck_handler() 874 INIT_WORK(&gpu->recover_work, recover_worker); in msm_gpu_init()
|
D | msm_gpu.h | 137 struct work_struct recover_work; member
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
D | driver.h | 441 struct delayed_work recover_work; member
|