Home
last modified time | relevance | path

Searched refs:tcp_bind_threads (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_hpts.c232 int tcp_bind_threads = 1; variable
234 int tcp_bind_threads = 2; variable
302 TUNABLE_INT("net.inet.tcp.bind_hptss", &tcp_bind_threads);
305 &tcp_bind_threads, 2,
2018 if (tcp_bind_threads == 1) { in tcp_hptsi_start()
2020 } else if (tcp_bind_threads == 2) { in tcp_hptsi_start()
2116 if (vm_ndomains == 1 && tcp_bind_threads == 2) in tcp_hpts_mod_load()
2117 tcp_bind_threads = 0; in tcp_hpts_mod_load()
2152 tcp_bind_threads = 0; in tcp_hpts_mod_load()
2158 tcp_hptsi_pace->rp_num_hptss, (tcp_bind_threads == 0) ? in tcp_hpts_mod_load()
[all …]
H A Dtcp_hpts_internal.h74 extern int tcp_bind_threads; /* Thread binding configuration
H A Dtcp_hpts_test.c421 KTEST_VERIFY(tcp_bind_threads >= 0 && tcp_bind_threads <= 2); in KTEST_FUNC()
539 KTEST_VERIFY(tcp_bind_threads == 0 || in KTEST_FUNC()