Home
last modified time | relevance | path

Searched refs:SO_BUSY_POLL_BUDGET (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.h15 #ifndef SO_BUSY_POLL_BUDGET
16 #define SO_BUSY_POLL_BUDGET 70 macro
H A Dtest_xsk.c150 if (setsockopt(xsk_socket__fd(xsk->xsk), SOL_SOCKET, SO_BUSY_POLL_BUDGET, in enable_busy_poll()
/linux/arch/mips/include/uapi/asm/
H A Dsocket.h139 #define SO_BUSY_POLL_BUDGET 70 macro
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h121 #define SO_BUSY_POLL_BUDGET 0x0049 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h128 #define SO_BUSY_POLL_BUDGET 70 macro
/linux/tools/include/uapi/asm-generic/
H A Dsocket.h123 #define SO_BUSY_POLL_BUDGET 70 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h120 #define SO_BUSY_POLL_BUDGET 0x4044 macro
/linux/include/uapi/asm-generic/
H A Dsocket.h123 #define SO_BUSY_POLL_BUDGET 70 macro
/linux/Documentation/translations/zh_CN/networking/
H A Dnapi.rst272 并非如此,因此 budget 可以通过 ``SO_BUSY_POLL_BUDGET`` 套接字选项进行调整。对于基于
/linux/net/mptcp/
H A Dsockopt.c350 case SO_BUSY_POLL_BUDGET: in mptcp_setsockopt_sol_socket()
/linux/Documentation/networking/
H A Dnapi.rst333 with the ``SO_BUSY_POLL_BUDGET`` socket option. For epoll-based busy polling
/linux/net/core/
H A Dsock.c1243 case SO_BUSY_POLL_BUDGET: in sk_setsockopt()