Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.c193 static int tcp_bind_threads = 1; variable
195 static int tcp_bind_threads = 2; variable
198 static int tcp_bind_threads = 1; variable
200 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 …]