Home
last modified time | relevance | path

Searched refs:busy_poll (Results 1 – 10 of 10) 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.c234 ifobj_tx->busy_poll = true; in parse_command_line()
235 ifobj_rx->busy_poll = true; in parse_command_line()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxsk.c14 int setup_veth(bool busy_poll) in setup_veth() argument
22 if (busy_poll) { in setup_veth()
H A Dtest_xsk.h144 bool busy_poll; member
213 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : ""
H A Dtest_xsk.c1479 if (ifobject->busy_poll) { in xsk_configure()
/linux/Documentation/translations/zh_CN/networking/
H A Dnapi.rst220 通过在选定套接字上设置 ``SO_BUSY_POLL`` 或使用全局 ``net.core.busy_poll`` 和 ``net.core.busy_read``
238 1. ``/proc/sys/net/core/busy_poll`` 可以设置为微秒数以在忙循环中等待事件。这是一个系统
/linux/Documentation/networking/
H A Dnapi.rst264 selected sockets or using the global ``net.core.busy_poll`` and
290 1. ``/proc/sys/net/core/busy_poll`` can be set with a time in useconds to busy
/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst195 busy_poll chapter
/linux/net/core/
H A Ddev.c7173 bool busy_poll = threaded_mode == NETDEV_NAPI_THREADED_BUSY_POLL; in napi_set_threaded_state() local
7176 assign_bit(NAPI_STATE_THREADED_BUSY_POLL, &napi->state, busy_poll); in napi_set_threaded_state()