Searched refs:netisr_bindthreads (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Dnetisr.c168 static int netisr_bindthreads = 0; /* Bind threads to CPUs. */ variable
169 TUNABLE_INT("net.isr.bindthreads", &netisr_bindthreads);
171 &netisr_bindthreads, 0, "Bind netisr threads to CPUs.");
1100 if (netisr_bindthreads) {
1148 if (netisr_maxthreads != 1 || netisr_bindthreads != 0) {
1152 netisr_bindthreads = 0;

Completed in 51 milliseconds