Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_xsk.sh137 if [[ $busy_poll -eq 1 ]]; then
217 busy_poll=1
H A Dxsk_prereqs.sh81 if [[ $busy_poll -eq 1 ]]; then
H A Dxskxceiver.c234 ifobj_tx->busy_poll = true; in parse_command_line()
235 ifobj_rx->busy_poll = true; in parse_command_line()
H A Dxskxceiver.h150 bool busy_poll; global() member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxsk.c14 int setup_veth(bool busy_poll) in setup_veth() argument
22 if (busy_poll) { in setup_veth()
H A Dtest_xsk.h144 bool busy_poll; member
213 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : ""
H A Dtest_xsk.c1479 if (ifobject->busy_poll) { in xsk_configure()
/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst195 busy_poll chapter
/linux/net/core/
H A Ddev.c7194 bool busy_poll = threaded_mode == NETDEV_NAPI_THREADED_BUSY_POLL; in napi_set_threaded_state() local
7197 assign_bit(NAPI_STATE_THREADED_BUSY_POLL, &napi->state, busy_poll); in napi_set_threaded_state()