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.c278 static int tcp_bind_threads = 1; variable
280 static int tcp_bind_threads = 2; variable
368 TUNABLE_INT("net.inet.tcp.bind_hptss", &tcp_bind_threads);
371 &tcp_bind_threads, 2,
1998 if (vm_ndomains == 1 && tcp_bind_threads == 2) in tcp_hpts_mod_load()
1999 tcp_bind_threads = 0; in tcp_hpts_mod_load()
2017 if (tcp_bind_threads == 1) { in tcp_hpts_mod_load()
2020 } else if (tcp_bind_threads == 2) { in tcp_hpts_mod_load()
2051 tcp_bind_threads = 0; in tcp_hpts_mod_load()
2059 tcp_bind_threads == 2 ? "NUMA domains" : "cpus"); in tcp_hpts_mod_load()