Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dbusy_poller.c72 static enum netdev_napi_threaded cfg_napi_threaded_poll = NETDEV_NAPI_THREADED_DISABLED; variable
176 cfg_napi_threaded_poll = (enum netdev_napi_threaded)tmp; in parse_opts()
257 if (cfg_napi_threaded_poll) in setup_queue()
258 netdev_napi_set_req_set_threaded(set_req, cfg_napi_threaded_poll); in setup_queue()