Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c167 health = container_of(dwork, struct mlx5_core_health, recover_work); in health_recover()
198 schedule_delayed_work(&health->recover_work, recover_delay); in health_care()
357 cancel_delayed_work_sync(&health->recover_work); in mlx5_drain_health_wq()
368 cancel_delayed_work_sync(&dev->priv.health.recover_work); in mlx5_drain_health_recovery()
396 INIT_DELAYED_WORK(&health->recover_work, health_recover); in mlx5_health_init()
/drivers/gpu/drm/msm/
Dmsm_gpu.c273 struct msm_gpu *gpu = container_of(work, struct msm_gpu, recover_work); in recover_worker()
342 queue_work(priv->wq, &gpu->recover_work); in hangcheck_handler()
594 INIT_WORK(&gpu->recover_work, recover_worker); in msm_gpu_init()
Dmsm_gpu.h124 struct work_struct recover_work; member
/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.h150 struct work_struct recover_work; member
Detnaviv_gpu.c861 recover_work); in recover_worker()
938 etnaviv_queue_work(gpu->drm, &gpu->recover_work); in hangcheck_handler()
949 cancel_work_sync(&gpu->recover_work); in hangcheck_disable()
1562 INIT_WORK(&gpu->recover_work, recover_worker); in etnaviv_gpu_bind()