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.c220 int tcp_bind_threads = 1; variable
222 int tcp_bind_threads = 2; variable
290 TUNABLE_INT("net.inet.tcp.bind_hptss", &tcp_bind_threads);
293 &tcp_bind_threads, 2,
2011 if (tcp_bind_threads == 1) { in tcp_hptsi_start()
2013 } else if (tcp_bind_threads == 2) { in tcp_hptsi_start()
2109 if (vm_ndomains == 1 && tcp_bind_threads == 2) in tcp_hpts_mod_load()
2110 tcp_bind_threads = 0; in tcp_hpts_mod_load()
2142 tcp_bind_threads = 0; in tcp_hpts_mod_load()
2148 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.c439 KTEST_VERIFY(tcp_bind_threads >= 0 && tcp_bind_threads <= 2); in KTEST_FUNC()
557 KTEST_VERIFY(tcp_bind_threads == 0 || in KTEST_FUNC()