Home
last modified time | relevance | path

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

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