Searched refs:pending_work (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_vblank_work.c | 54 list_for_each_entry_safe(work, next, &vblank->pending_work, node) { in drm_handle_vblank_works() 76 drm_WARN_ONCE(vblank->dev, !list_empty(&vblank->pending_work), in drm_vblank_cancel_pending_works() 79 list_for_each_entry_safe(work, next, &vblank->pending_work, node) { in drm_vblank_cancel_pending_works() 158 list_add_tail(&work->node, &vblank->pending_work); in drm_vblank_work_schedule() 249 list_empty(&vblank->pending_work), in drm_vblank_work_flush_all() 278 INIT_LIST_HEAD(&vblank->pending_work); in drm_vblank_worker_init()
|
| H A D | drm_vblank.c | 1434 drm_WARN_ON(dev, !list_empty(&vblank->pending_work)); in drm_crtc_vblank_reset()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-cache-policy-smq.c | 47 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() 1176 e->pending_work = true; in mark_pending() 1266 e->pending_work = true; in queue_promotion() [all …]
|
| /linux-6.15/include/drm/ |
| H A D | drm_vblank.h | 249 struct list_head pending_work; member
|
| /linux-6.15/include/net/ |
| H A D | af_vsock.h | 62 struct delayed_work pending_work; member
|
| /linux-6.15/drivers/infiniband/hw/irdma/ |
| H A D | utils.c | 534 u32 i, pending_work, wqe_idx; in irdma_cleanup_pending_cqp_op() local 536 pending_work = IRDMA_RING_USED_QUANTA(cqp->sc_cqp.sq_ring); in irdma_cleanup_pending_cqp_op() 538 for (i = 0; i < pending_work; i++) { in irdma_cleanup_pending_cqp_op()
|
| /linux-6.15/net/vmw_vsock/ |
| H A D | af_vsock.c | 600 vsk = container_of(work, struct vsock_sock, pending_work.work); in vsock_pending_work() 784 INIT_DELAYED_WORK(&vsk->pending_work, vsock_pending_work); in __vsock_create()
|
| H A D | vmci_transport.c | 1123 schedule_delayed_work(&vpending->pending_work, HZ); in vmci_transport_recv_listen()
|
| /linux-6.15/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.c | 3248 schedule_work(ð->pending_work); in mtk_tx_timeout() 3932 schedule_work(ð->pending_work); in mtk_hw_reset_monitor_work() 4223 struct mtk_eth *eth = container_of(work, struct mtk_eth, pending_work); in mtk_pending_work() 4335 cancel_work_sync(ð->pending_work); in mtk_cleanup() 5045 INIT_WORK(ð->pending_work, mtk_pending_work); in mtk_probe()
|
| H A D | mtk_eth_soc.h | 1283 struct work_struct pending_work; member
|
| /linux-6.15/include/linux/ |
| H A D | perf_event.h | 825 unsigned int pending_work; member
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 7226 if (event->pending_work) { in perf_pending_task() 7227 event->pending_work = 0; in perf_pending_task() 10222 if (!event->pending_work && in __perf_event_overflow() 10224 event->pending_work = pending_id; in __perf_event_overflow() 10245 WARN_ON_ONCE(event->pending_work != pending_id); in __perf_event_overflow()
|