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