Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetdevice.h478 static inline bool napi_prefer_busy_poll(struct napi_struct *n) in napi_prefer_busy_poll() function
/openbmc/linux/net/core/
H A Ddev.c6624 if (napi_prefer_busy_poll(n)) { in __napi_poll()