Home
last modified time | relevance | path

Searched refs:NET_RX_SOFTIRQ (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h39 NET_RX_SOFTIRQ, enumerator
/linux/net/core/
H A Ddev.c4972 * we have to raise NET_RX_SOFTIRQ.
4975 raise_softirq_irqoff(NET_RX_SOFTIRQ);
5242 __raise_softirq_irqoff(NET_RX_SOFTIRQ);
5254 * Note that this also raises NET_RX_SOFTIRQ. in napi_schedule_rps()
5271 * we have to raise NET_RX_SOFTIRQ. in napi_schedule_rps()
5274 __raise_softirq_irqoff(NET_RX_SOFTIRQ); in napi_schedule_rps()
7949 __raise_softirq_irqoff(NET_RX_SOFTIRQ); in net_rx_action()
13299 open_softirq(NET_RX_SOFTIRQ, net_rx_action); in net_dev_init()