Home
last modified time | relevance | path

Searched refs:busy_poll (Results 1 – 7 of 7) 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.c233 ifobj_tx->busy_poll = true; in parse_command_line()
234 ifobj_rx->busy_poll = true; in parse_command_line()
H A Dxskxceiver.h150 bool busy_poll; global() member
/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst195 busy_poll chapter
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.c1498 if (ifobject->busy_poll) { in xsk_configure()
/linux/net/core/
H A Ddev.c7156 bool busy_poll = threaded_mode == NETDEV_NAPI_THREADED_BUSY_POLL; in napi_set_threaded_state() local
7159 assign_bit(NAPI_STATE_THREADED_BUSY_POLL, &napi->state, busy_poll); in napi_set_threaded_state()