Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dnetdevice.h478 static inline bool napi_prefer_busy_poll(struct napi_struct *n) in napi_prefer_busy_poll() function
/linux-6.6.21/net/core/
Ddev.c6583 if (napi_prefer_busy_poll(n)) { in __napi_poll()