Home
last modified time | relevance | path

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

/linux/include/net/
H A Daf_vsock.h63 struct delayed_work pending_work; member
/linux/drivers/infiniband/hw/irdma/
H A Dutils.c553 u32 i, pending_work, wqe_idx; in irdma_cleanup_pending_cqp_op() local
557 pending_work = IRDMA_RING_USED_QUANTA(cqp->sc_cqp.sq_ring); in irdma_cleanup_pending_cqp_op()
559 for (i = 0; i < pending_work; i++) { in irdma_cleanup_pending_cqp_op()
/linux/net/vmw_vsock/
H A Daf_vsock.c753 vsk = container_of(work, struct vsock_sock, pending_work.work); in vsock_pending_work()
938 INIT_DELAYED_WORK(&vsk->pending_work, vsock_pending_work); in __vsock_create()
H A Dvmci_transport.c1131 schedule_delayed_work(&vpending->pending_work, HZ); in vmci_transport_recv_listen()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3367 schedule_work(&eth->pending_work); in mtk_tx_timeout()
4122 schedule_work(&eth->pending_work); in mtk_hw_reset_monitor_work()
4418 struct mtk_eth *eth = container_of(work, struct mtk_eth, pending_work); in mtk_pending_work()
4530 cancel_work_sync(&eth->pending_work); in mtk_cleanup()
5254 INIT_WORK(&eth->pending_work, mtk_pending_work); in mtk_probe()
H A Dmtk_eth_soc.h1324 struct work_struct pending_work; member
/linux/include/linux/
H A Dperf_event.h882 unsigned int pending_work; member
/linux/drivers/gpu/drm/
H A Ddrm_vblank.c1435 drm_WARN_ON(dev, !list_empty(&vblank->pending_work)); in drm_crtc_vblank_reset()
/linux/kernel/events/
H A Dcore.c7695 if (event->pending_work) { in perf_pending_task()
7696 event->pending_work = 0; in perf_pending_task()
10772 if (!event->pending_work && in __perf_event_overflow()
10774 event->pending_work = pending_id; in __perf_event_overflow()
10795 WARN_ON_ONCE(event->pending_work != pending_id); in __perf_event_overflow()