Home
last modified time | relevance | path

Searched defs:busy_poll (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h150 bool busy_poll; global() member
/linux/net/core/
H A Ddev.c7130 bool busy_poll = threaded_mode == NETDEV_NAPI_THREADED_BUSY_POLL; in napi_set_threaded_state() local
7768 static void napi_threaded_poll_loop(struct napi_struct *napi, bool busy_poll) in napi_threaded_poll_loop()