Searched refs:busy_poll (Results 1 – 5 of 5) sorted by relevance
137 if [[ $busy_poll -eq 1 ]]; then217 busy_poll=1
81 if [[ $busy_poll -eq 1 ]]; then
233 ifobj_tx->busy_poll = true; in parse_command_line()234 ifobj_rx->busy_poll = true; in parse_command_line()
150 bool busy_poll; global() member
7130 bool busy_poll = threaded_mode == NETDEV_NAPI_THREADED_BUSY_POLL; in napi_set_threaded_state() local7133 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() argument7801 if (busy_poll) in napi_threaded_poll_loop()7806 if (repoll || busy_poll) { in napi_threaded_poll_loop()