Home
last modified time | relevance | path

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

/linux/include/net/
H A Daf_vsock.h60 struct delayed_work pending_work; member
/linux/net/vmw_vsock/
H A Daf_vsock.c764 vsk = container_of(work, struct vsock_sock, pending_work.work); in vsock_pending_work()
945 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.c3368 schedule_work(&eth->pending_work); in mtk_tx_timeout()
4123 schedule_work(&eth->pending_work); in mtk_hw_reset_monitor_work()
4419 struct mtk_eth *eth = container_of(work, struct mtk_eth, pending_work); in mtk_pending_work()
4531 cancel_work_sync(&eth->pending_work); in mtk_cleanup()
5259 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
1069 * Sum (event->pending_work + events with
/linux/kernel/events/
H A Dcore.c7734 if (event->pending_work) { in perf_pending_task()
7735 event->pending_work = 0; in perf_pending_task()
10834 if (!event->pending_work && in __perf_event_overflow()
10836 event->pending_work = pending_id; in __perf_event_overflow()
10857 WARN_ON_ONCE(event->pending_work != pending_id); in __perf_event_overflow()