Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_hpts.c192 static int tcp_bind_threads = 1; variable
194 static int tcp_bind_threads = 2; variable
292 TUNABLE_INT("net.inet.tcp.bind_hptss", &tcp_bind_threads);
295 &tcp_bind_threads, 2,
1215 if (tcp_bind_threads == 2 && inp->inp_numa_domain != M_NODOM) { in hpts_cpuid()
2237 if (vm_ndomains == 1 && tcp_bind_threads == 2) in tcp_init_hptsi()
2238 tcp_bind_threads = 0; in tcp_init_hptsi()
2255 if (tcp_bind_threads == 1) { in tcp_init_hptsi()
2258 } else if (tcp_bind_threads == 2) { in tcp_init_hptsi()
2285 tcp_bind_threads = 0; in tcp_init_hptsi()
[all …]