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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddev.c178 static unsigned int net_dma_count; variable
3945 if (net_dma_count == 0) {
3956 n = ((num_online_cpus() / net_dma_count)
3957 + (i < (num_online_cpus() % net_dma_count) ? 1 : 0));
3981 net_dma_count++;
3985 net_dma_count--;

Completed in 60 milliseconds