Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c236 static int tcp_bind_threads = 1; variable
238 static int tcp_bind_threads = 2; variable
327 TUNABLE_INT("net.inet.tcp.bind_hptss", &tcp_bind_threads);
330 &tcp_bind_threads, 2,
1959 if (vm_ndomains == 1 && tcp_bind_threads == 2) in tcp_hpts_mod_load()
1960 tcp_bind_threads = 0; in tcp_hpts_mod_load()
1978 if (tcp_bind_threads == 1) { in tcp_hpts_mod_load()
1981 } else if (tcp_bind_threads == 2) { in tcp_hpts_mod_load()
2012 tcp_bind_threads = 0; in tcp_hpts_mod_load()
2020 tcp_bind_threads == 2 ? "NUMA domains" : "cpus"); in tcp_hpts_mod_load()