Searched refs:busy_poll (Results 1 – 10 of 10) 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()
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()
220 通过在选定套接字上设置 ``SO_BUSY_POLL`` 或使用全局 ``net.core.busy_poll`` 和 ``net.core.busy_read``238 1. ``/proc/sys/net/core/busy_poll`` 可以设置为微秒数以在忙循环中等待事件。这是一个系统
264 selected sockets or using the global ``net.core.busy_poll`` and290 1. ``/proc/sys/net/core/busy_poll`` can be set with a time in useconds to busy
195 busy_poll chapter
7173 bool busy_poll = threaded_mode == NETDEV_NAPI_THREADED_BUSY_POLL; in napi_set_threaded_state() local7176 assign_bit(NAPI_STATE_THREADED_BUSY_POLL, &napi->state, busy_poll); in napi_set_threaded_state()