Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c167 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()
Den_tx.c516 &sq->recover.recover_work); in mlx5e_poll_tx_cq()
Den.h394 struct work_struct recover_work; member
Den_main.c1137 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/
Da5xx_preempt.c96 queue_work(priv->wq, &gpu->recover_work); in a5xx_preempt_timer()
193 queue_work(priv->wq, &gpu->recover_work); in a5xx_preempt_irq()
Da6xx_gpu.c603 queue_work(priv->wq, &gpu->recover_work); in a6xx_fault_detect_irq()
Da5xx_gpu.c1044 queue_work(priv->wq, &gpu->recover_work); in a5xx_fault_detect_irq()
/Linux-v4.19/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c61 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/
Dmsm_gpu.h127 struct work_struct recover_work; member
Dmsm_gpu.c412 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/
Ddriver.h543 struct delayed_work recover_work; member