Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetdevice.h439 static inline bool napi_prefer_busy_poll(struct napi_struct *n) in napi_prefer_busy_poll() function
/Linux-v5.15/net/core/
Ddev.c7017 if (napi_prefer_busy_poll(n)) { in __napi_poll()