Searched refs:tcp_bind_threads (Results 1 – 3 of 3) sorted by relevance
220 int tcp_bind_threads = 1; variable222 int tcp_bind_threads = 2; variable290 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 …]
74 extern int tcp_bind_threads; /* Thread binding configuration
439 KTEST_VERIFY(tcp_bind_threads >= 0 && tcp_bind_threads <= 2); in KTEST_FUNC()557 KTEST_VERIFY(tcp_bind_threads == 0 || in KTEST_FUNC()