Searched refs:pending_work (Results 1 – 7 of 7) sorted by relevance
46 bool pending_work:1; member297 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 …]
60 struct delayed_work pending_work; member
463 u32 i, pending_work, wqe_idx; in i40iw_cleanup_pending_cqp_op() local465 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()
879 struct work_struct pending_work; member
2094 schedule_work(ð->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(ð->pending_work); in mtk_cleanup()2959 INIT_WORK(ð->pending_work, mtk_pending_work); in mtk_probe()
431 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()
1122 schedule_delayed_work(&vpending->pending_work, HZ); in vmci_transport_recv_listen()