Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-cache-policy-smq.c46 bool pending_work:1; member
297 BUG_ON(e->pending_work); in q_push()
307 BUG_ON(e->pending_work); in q_push_front()
317 BUG_ON(e->pending_work); in q_push_before()
725 e->pending_work = false; in init_entry()
967 if (!e->pending_work) in push()
982 if (!e->pending_work) in push_front()
996 if (e->pending_work) in requeue()
1164 BUG_ON(e->pending_work); in mark_pending()
1165 e->pending_work = true; in mark_pending()
[all …]
/Linux-v5.4/include/net/
Daf_vsock.h60 struct delayed_work pending_work; member
/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_utils.c463 u32 i, pending_work, wqe_idx; in i40iw_cleanup_pending_cqp_op() local
465 pending_work = I40IW_RING_WORK_AVAILABLE(cqp->sc_cqp.sq_ring); in i40iw_cleanup_pending_cqp_op()
467 for (i = 0; i < pending_work; i++) { in i40iw_cleanup_pending_cqp_op()
/Linux-v5.4/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h879 struct work_struct pending_work; member
Dmtk_eth_soc.c2094 schedule_work(&eth->pending_work); in mtk_tx_timeout()
2471 struct mtk_eth *eth = container_of(work, struct mtk_eth, pending_work); in mtk_pending_work()
2551 cancel_work_sync(&eth->pending_work); in mtk_cleanup()
2959 INIT_WORK(&eth->pending_work, mtk_pending_work); in mtk_probe()
/Linux-v5.4/net/vmw_vsock/
Daf_vsock.c431 vsk = container_of(work, struct vsock_sock, pending_work.work); in vsock_pending_work()
616 INIT_DELAYED_WORK(&vsk->pending_work, vsock_pending_work); in __vsock_create()
Dvmci_transport.c1122 schedule_delayed_work(&vpending->pending_work, HZ); in vmci_transport_recv_listen()