Home
last modified time | relevance | path

Searched refs:busy_poll (Results 1 – 5 of 5) 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/net/core/
H A Ddev.c7130 bool busy_poll = threaded_mode == NETDEV_NAPI_THREADED_BUSY_POLL; in napi_set_threaded_state() local
7133 assign_bit(NAPI_STATE_THREADED_BUSY_POLL, &napi->state, busy_poll); in napi_set_threaded_state()
7768 static void napi_threaded_poll_loop(struct napi_struct *napi, bool busy_poll) in napi_threaded_poll_loop() argument
7801 if (busy_poll) in napi_threaded_poll_loop()
7806 if (repoll || busy_poll) { in napi_threaded_poll_loop()