Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Ddev.c6567 NAPI_F_PREFER_BUSY_POLL = 1, enumerator
6594 if (flags & NAPI_F_PREFER_BUSY_POLL) { in busy_poll_stop()
6653 if (flags & NAPI_F_PREFER_BUSY_POLL) in __napi_busy_loop()
6660 if (flags & NAPI_F_PREFER_BUSY_POLL) in __napi_busy_loop()
6710 flags |= NAPI_F_PREFER_BUSY_POLL; in napi_busy_loop_rcu()
6719 unsigned flags = prefer_busy_poll ? NAPI_F_PREFER_BUSY_POLL : 0; in napi_busy_loop()