Searched refs:tcp_bind_threads (Results 1 – 1 of 1) sorted by relevance
193 static int tcp_bind_threads = 1; variable195 static int tcp_bind_threads = 2; variable198 static int tcp_bind_threads = 1; variable200 TUNABLE_INT("net.inet.tcp.bind_hptss", &tcp_bind_threads);1198 if (tcp_bind_threads == 2 && inp->inp_numa_domain != M_NODOM) { in hpts_cpuid()1957 if (vm_ndomains == 1 && tcp_bind_threads == 2) in tcp_init_hptsi()1958 tcp_bind_threads = 0; in tcp_init_hptsi()1974 if (tcp_bind_threads == 1) { in tcp_init_hptsi()1977 } else if (tcp_bind_threads == 2) { in tcp_init_hptsi()2011 tcp_bind_threads = 0; in tcp_init_hptsi()[all …]