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

/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dsys_tune.c56 static atomic_t busy_cpu_count[NR_CPUS+1]; variable
78 busy_cpus_ptr = &(busy_cpu_count[per_cpu(idle_cpu_group, cpu)]);
184 atomic_inc(&(busy_cpu_count[group]));
204 atomic_dec(&(busy_cpu_count[group]));

Completed in 84 milliseconds