Home
last modified time | relevance | path

Searched refs:napi_poll (Results 1 – 9 of 9) sorted by relevance

/linux/tools/perf/scripts/python/bin/
H A Dnetdev-times-record5 -e skb:skb_copy_datagram_iovec -e napi:napi_poll \
/linux/net/core/
H A Dnet-traces.c61 EXPORT_TRACEPOINT_SYMBOL_GPL(napi_poll);
H A Ddev.c6888 int (*napi_poll)(struct napi_struct *napi, int budget); in __napi_busy_loop() local
6896 napi_poll = NULL; in __napi_busy_loop()
6909 if (!napi_poll) { in __napi_busy_loop()
6929 napi_poll = napi->poll; in __napi_busy_loop()
6931 work = napi_poll(napi, budget); in __napi_busy_loop()
6948 if (napi_poll) in __napi_busy_loop()
6961 if (napi_poll) in __napi_busy_loop()
7734 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll() function
7896 budget -= napi_poll(n, &repoll); in net_rx_action()
/linux/include/trace/events/
H A Dnapi.h14 TRACE_EVENT(napi_poll,
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst71 … threaded napi_poll(napi_enable,neti…
139 … npinfo read_mostly napi_poll/napi_poll_lock
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h224 unsigned long napi_poll; member
H A Dsxgbe_ethtool.c48 SXGBE_STAT(napi_poll),
H A Dsxgbe_main.c1565 priv->xstats.napi_poll++; in sxgbe_poll()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c4484 int (*napi_poll)(struct napi_struct *napi, int budget); in idpf_vport_intr_napi_add_all()
4489 napi_poll = idpf_vport_splitq_napi_poll; in idpf_vport_intr_napi_add_all()
4491 napi_poll = idpf_vport_singleq_napi_poll; in idpf_vport_intr_napi_add_all()
4499 napi_poll, v_idx);
4478 int (*napi_poll)(struct napi_struct *napi, int budget); idpf_vport_intr_napi_add_all() local