Searched refs:busy_poll (Results 1 – 8 of 8) sorted by relevance
137 if [[ $busy_poll -eq 1 ]]; then217 busy_poll=1
81 if [[ $busy_poll -eq 1 ]]; then
234 ifobj_tx->busy_poll = true; in parse_command_line()235 ifobj_rx->busy_poll = true; in parse_command_line()
150 bool busy_poll; global() member
14 int setup_veth(bool busy_poll) in setup_veth() argument22 if (busy_poll) { in setup_veth()
145 bool busy_poll; member216 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : ""
1490 if (ifobject->busy_poll) { in xsk_configure()
7251 bool busy_poll = threaded_mode == NETDEV_NAPI_THREADED_BUSY_POLL; in napi_set_threaded_state() local7254 assign_bit(NAPI_STATE_THREADED_BUSY_POLL, &napi->state, busy_poll); in napi_set_threaded_state()