Searched refs:pending_work (Results 1 – 9 of 9) sorted by relevance
/linux/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() 1175 BUG_ON(e->pending_work); in mark_pending() 1176 e->pending_work = true; in mark_pending() [all …]
|
/linux/include/drm/ |
H A D | drm_vblank.h | 249 struct list_head pending_work; member
|
/linux/include/net/ |
H A D | af_vsock.h | 62 struct delayed_work pending_work; member
|
/linux/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/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 3189 schedule_work(ð->pending_work); in mtk_tx_timeout() 3876 schedule_work(ð->pending_work); in mtk_hw_reset_monitor_work() 4147 struct mtk_eth *eth = container_of(work, struct mtk_eth, pending_work); in mtk_pending_work() 4259 cancel_work_sync(ð->pending_work); in mtk_cleanup() 4950 INIT_WORK(ð->pending_work, mtk_pending_work); in mtk_probe()
|
H A D | mtk_eth_soc.h | 1263 struct work_struct pending_work; member
|
/linux/kernel/events/ |
H A D | core.c | 5302 if (!event->pending_work) in perf_pending_task_sync() 5309 event->pending_work = 0; in perf_pending_task_sync() 5319 rcuwait_wait_event(&event->pending_work_wait, !event->pending_work, TASK_UNINTERRUPTIBLE); in perf_pending_task_sync() 7005 if (event->pending_work) { in perf_pending_task() 7006 event->pending_work = 0; in perf_pending_task() 9953 if (!event->pending_work && in __perf_event_overflow() 9955 event->pending_work = pending_id; in __perf_event_overflow() 9975 WARN_ON_ONCE(event->pending_work != pending_id); in __perf_event_overflow()
|
/linux/drivers/gpu/drm/ |
H A D | drm_vblank.c | 1434 drm_WARN_ON(dev, !list_empty(&vblank->pending_work)); in drm_crtc_vblank_reset()
|