Home
last modified time | relevance | path

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

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