Home
last modified time | relevance | path

Searched refs:MIN_NAPI_ID (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/net/
H A Dbusy_poll.h25 #define MIN_NAPI_ID ((unsigned int)(NR_CPUS + 1)) macro
110 if (napi_id >= MIN_NAPI_ID) in sk_busy_loop()
125 if (skb->napi_id < MIN_NAPI_ID) in skb_mark_napi_id()
/openbmc/linux/fs/
H A Deventpoll.c408 if ((napi_id >= MIN_NAPI_ID) && net_busy_loop_on()) { in ep_busy_loop()
452 if (napi_id < MIN_NAPI_ID || napi_id == ep->napi_id) in ep_set_busy_poll_napi_id()
/openbmc/linux/net/xdp/
H A Dxsk.c817 READ_ONCE(sk->sk_napi_id) >= MIN_NAPI_ID; in xsk_no_wakeup()
/openbmc/linux/net/core/
H A Ddev.c919 if (napi_id < MIN_NAPI_ID) in dev_get_by_napi_id()
6378 if (unlikely(++napi_gen_id < MIN_NAPI_ID)) in napi_hash_add()
6379 napi_gen_id = MIN_NAPI_ID; in napi_hash_add()
H A Dsock.c1958 if (v.val < MIN_NAPI_ID) in sk_getsockopt()
H A Dfilter.c9686 *insn++ = BPF_JMP_IMM(BPF_JGE, si->dst_reg, MIN_NAPI_ID, 1); in bpf_convert_ctx_access()