Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-cache-policy-smq.c57 bool pending_work:1;
308 BUG_ON(e->pending_work); in q_push_front()
318 BUG_ON(e->pending_work); in q_push_before()
328 BUG_ON(e->pending_work); in q_del()
738 e->pending_work = false; in alloc_entry()
986 if (!e->pending_work) in push_queue_front()
1001 if (!e->pending_work) in requeue()
1015 if (e->pending_work) in requeue()
1185 BUG_ON(e->pending_work); in queue_writeback()
1186 e->pending_work in queue_writeback()
47 bool pending_work:1; global() member
[all...]
/linux/include/net/
H A Daf_vsock.h63 struct delayed_work pending_work; member
/linux/drivers/infiniband/hw/irdma/
H A Dutils.c552 u32 i, pending_work, wqe_idx; in irdma_cleanup_pending_cqp_op()
556 pending_work = IRDMA_RING_USED_QUANTA(cqp->sc_cqp.sq_ring); in irdma_cleanup_pending_cqp_op()
558 for (i = 0; i < pending_work; i++) { in irdma_cleanup_pending_cqp_op()
553 u32 i, pending_work, wqe_idx; irdma_cleanup_pending_cqp_op() local
/linux/net/vmw_vsock/
H A Daf_vsock.c767 vsk = container_of(work, struct vsock_sock, pending_work.work); in vsock_pending_work()
950 INIT_DELAYED_WORK(&vsk->pending_work, vsock_pending_work); in __vsock_create()
H A Dvmci_transport.c1130 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.c1444 drm_WARN_ON(dev, !list_empty(&vblank->pending_work));
/linux/kernel/events/
H A Dcore.c7723 if (event->pending_work) { in perf_register_guest_info_callbacks()
7724 event->pending_work = 0; in perf_register_guest_info_callbacks()
10800 if (!event->pending_work && in __perf_event_overflow()
10802 event->pending_work = pending_id; in __perf_event_overflow()
10813 * consuming pending_work; with exceptions: in perf_event_overflow()
10823 WARN_ON_ONCE(event->pending_work != pending_id); in perf_event_overflow()