Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da5xx_preempt.c91 kthread_queue_work(gpu->worker, &gpu->recover_work); in a5xx_preempt_timer()
199 kthread_queue_work(gpu->worker, &gpu->recover_work); in a5xx_preempt_irq()
/linux/fs/xfs/libxfs/
H A Dxfs_defer.h62 int (*recover_work)(struct xfs_defer_pending *dfp, member
H A Dxfs_defer.c925 error = ops->recover_work(dfp, capture_list); in xfs_defer_finish_recovery()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h467 struct work_struct recover_work; member
566 struct work_struct recover_work; member
745 struct work_struct recover_work; member
1183 void mlx5e_tx_err_cqe_work(struct work_struct *recover_work);
H A Den_main.c656 static void mlx5e_rq_err_cqe_work(struct work_struct *recover_work) in mlx5e_rq_err_cqe_work() argument
658 struct mlx5e_rq *rq = container_of(recover_work, struct mlx5e_rq, recover_work); in mlx5e_rq_err_cqe_work()
909 INIT_WORK(&rq->recover_work, mlx5e_rq_err_cqe_work); in mlx5e_alloc_rq()
1471 cancel_work_sync(&rq->recover_work); in mlx5e_close_rq()
1609 static void mlx5e_icosq_err_cqe_work(struct work_struct *recover_work) in mlx5e_icosq_err_cqe_work() argument
1611 struct mlx5e_icosq *sq = container_of(recover_work, struct mlx5e_icosq, in mlx5e_icosq_err_cqe_work()
1612 recover_work); in mlx5e_icosq_err_cqe_work()
1617 static void mlx5e_async_icosq_err_cqe_work(struct work_struct *recover_work) in mlx5e_async_icosq_err_cqe_work() argument
1619 struct mlx5e_icosq *sq = container_of(recover_work, struct mlx5e_icosq, in mlx5e_async_icosq_err_cqe_work()
1620 recover_work); in mlx5e_async_icosq_err_cqe_work()
[all …]
H A Den_rx.c880 queue_work(cq->workqueue, &sq->recover_work); in mlx5e_poll_ico_cq()
1722 queue_work(priv->wq, &rq->recover_work); in trigger_report()