Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_vblank_work.c54 list_for_each_entry_safe(work, next, &vblank->pending_work, node) { in drm_handle_vblank_works()
76 list_for_each_entry_safe(work, next, &vblank->pending_work, node) { in drm_vblank_cancel_pending_works()
155 list_add_tail(&work->node, &vblank->pending_work); in drm_vblank_work_schedule()
253 INIT_LIST_HEAD(&vblank->pending_work); in drm_vblank_worker_init()
Ddrm_vblank.c1438 drm_WARN_ON(dev, !list_empty(&vblank->pending_work)); in drm_crtc_vblank_reset()
/drivers/md/
Ddm-cache-policy-smq.c47 bool pending_work:1; member
298 BUG_ON(e->pending_work); in q_push()
308 BUG_ON(e->pending_work); in q_push_front()
318 BUG_ON(e->pending_work); in q_push_before()
728 e->pending_work = false; in init_entry()
976 if (!e->pending_work) in push()
991 if (!e->pending_work) in push_front()
1005 if (e->pending_work) in requeue()
1175 BUG_ON(e->pending_work); in mark_pending()
1176 e->pending_work = true; in mark_pending()
[all …]
/drivers/infiniband/hw/irdma/
Dutils.c537 u32 i, pending_work, wqe_idx; in irdma_cleanup_pending_cqp_op() local
539 pending_work = IRDMA_RING_USED_QUANTA(cqp->sc_cqp.sq_ring); in irdma_cleanup_pending_cqp_op()
541 for (i = 0; i < pending_work; i++) { in irdma_cleanup_pending_cqp_op()
/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c3164 schedule_work(&eth->pending_work); in mtk_tx_timeout()
3837 schedule_work(&eth->pending_work); in mtk_hw_reset_monitor_work()
4108 struct mtk_eth *eth = container_of(work, struct mtk_eth, pending_work); in mtk_pending_work()
4220 cancel_work_sync(&eth->pending_work); in mtk_cleanup()
4897 INIT_WORK(&eth->pending_work, mtk_pending_work); in mtk_probe()
Dmtk_eth_soc.h1268 struct work_struct pending_work; member