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

/linux-master/include/linux/
H A Dcpumask.h137 extern atomic_t __num_online_cpus;
1103 * Despite the fact that __num_online_cpus is of type atomic_t, this
1112 return raw_atomic_read(&__num_online_cpus);
/linux-master/kernel/
H A Dcpu.c3129 atomic_t __num_online_cpus __read_mostly;
3130 EXPORT_SYMBOL(__num_online_cpus); variable
3155 * Note, that the fact that __num_online_cpus is of type atomic_t
3161 atomic_inc(&__num_online_cpus);
3164 atomic_dec(&__num_online_cpus);

Completed in 154 milliseconds