Searched refs:recover_work (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | health.c | 167 health = container_of(dwork, struct mlx5_core_health, recover_work); in health_recover() 199 schedule_delayed_work(&health->recover_work, recover_delay); in health_care() 358 cancel_delayed_work_sync(&health->recover_work); in mlx5_drain_health_wq() 370 cancel_delayed_work_sync(&dev->priv.health.recover_work); in mlx5_drain_health_recovery() 398 INIT_DELAYED_WORK(&health->recover_work, health_recover); in mlx5_health_init()
|
D | en_tx.c | 516 &sq->recover.recover_work); in mlx5e_poll_tx_cq()
|
D | en.h | 394 struct work_struct recover_work; member
|
D | en_main.c | 1137 INIT_WORK(&sq->recover.recover_work, mlx5e_sq_recover); in mlx5e_alloc_txqsq() 1445 recover_work); in mlx5e_sq_recover()
|
/Linux-v4.19/drivers/gpu/drm/msm/adreno/ |
D | a5xx_preempt.c | 96 queue_work(priv->wq, &gpu->recover_work); in a5xx_preempt_timer() 193 queue_work(priv->wq, &gpu->recover_work); in a5xx_preempt_irq()
|
D | a6xx_gpu.c | 603 queue_work(priv->wq, &gpu->recover_work); in a6xx_fault_detect_irq()
|
D | a5xx_gpu.c | 1044 queue_work(priv->wq, &gpu->recover_work); in a5xx_fault_detect_irq()
|
/Linux-v4.19/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 61 struct work_struct recover_work; member 560 container_of(work, struct tilcdc_crtc, recover_work); in tilcdc_crtc_recover_work() 961 &tilcdc_crtc->recover_work); in tilcdc_crtc_irq() 1020 INIT_WORK(&tilcdc_crtc->recover_work, tilcdc_crtc_recover_work); in tilcdc_crtc_create()
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | msm_gpu.h | 127 struct work_struct recover_work; member
|
D | msm_gpu.c | 412 struct msm_gpu *gpu = container_of(work, struct msm_gpu, recover_work); in recover_worker() 540 queue_work(priv->wq, &gpu->recover_work); in hangcheck_handler() 846 INIT_WORK(&gpu->recover_work, recover_worker); in msm_gpu_init()
|
/Linux-v4.19/include/linux/mlx5/ |
D | driver.h | 543 struct delayed_work recover_work; member
|