Searched refs:busy_poll (Results 1 – 9 of 9) 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()
144 bool busy_poll; member213 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : ""
1479 if (ifobject->busy_poll) { in xsk_configure()
195 busy_poll chapter
7194 bool busy_poll = threaded_mode == NETDEV_NAPI_THREADED_BUSY_POLL; in napi_set_threaded_state() local7197 assign_bit(NAPI_STATE_THREADED_BUSY_POLL, &napi->state, busy_poll); in napi_set_threaded_state()