Searched refs:pending_work (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-cache-policy-smq.c | 57 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 D | af_vsock.h | 63 struct delayed_work pending_work; member
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | utils.c | 552 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 D | af_vsock.c | 767 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 D | vmci_transport.c | 1130 schedule_delayed_work(&vpending->pending_work, HZ); in vmci_transport_recv_listen()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.c | 3367 schedule_work(ð->pending_work); in mtk_tx_timeout() 4122 schedule_work(ð->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(ð->pending_work); in mtk_cleanup() 5254 INIT_WORK(ð->pending_work, mtk_pending_work); in mtk_probe()
|
| H A D | mtk_eth_soc.h | 1324 struct work_struct pending_work; member
|
| /linux/include/linux/ |
| H A D | perf_event.h | 882 unsigned int pending_work; member
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_vblank.c | 1444 drm_WARN_ON(dev, !list_empty(&vblank->pending_work));
|
| /linux/kernel/events/ |
| H A D | core.c | 7723 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()
|