Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_timer.c184 static int per_cpu_timers = 1; variable
186 static int per_cpu_timers = 0; variable
188 SYSCTL_INT(_net_inet_tcp, OID_AUTO, per_cpu_timers, CTLFLAG_RW,
189 &per_cpu_timers , 0, "run tcp timers on all cpus");
192 #define INP_CPU(inp) (per_cpu_timers ? (!CPU_ABSENT(((inp)->inp_flowid % (mp_maxid+1))) ? \
208 if (per_cpu_timers) { in inp_to_cpuid()
217 if (per_cpu_timers) { in inp_to_cpuid()