Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.c6854 NAPI_F_PREFER_BUSY_POLL = 1, in busy_poll_stop()
6881 if (flags & NAPI_F_PREFER_BUSY_POLL) { in busy_poll_stop()
6940 if (flags & NAPI_F_PREFER_BUSY_POLL) in __napi_busy_loop()
6947 if (flags & NAPI_F_PREFER_BUSY_POLL) in __napi_busy_loop()
6997 flags |= NAPI_F_PREFER_BUSY_POLL; in napi_busy_loop()
7006 unsigned flags = prefer_busy_poll ? NAPI_F_PREFER_BUSY_POLL : 0; in napi_suspend_irqs()
6842 NAPI_F_PREFER_BUSY_POLL = 1, global() enumerator