Searched refs:CPUSTATS_ONLINE (Results 1 – 5 of 5) sorted by relevance
94 #define CPUSTATS_ONLINE 0x0001 /* CPU is schedulable */ macro
228 if (cpu_tm[v].cs_flags & CPUSTATS_ONLINE) { \
624 if ((cs.cs_flags & CPUSTATS_ONLINE) == 0) in getinfo()
268 cpu_online[i] = (cp_time[i].cs_flags & CPUSTATS_ONLINE) != 0; in get_system_info()
2878 cs.cs_flags |= CPUSTATS_ONLINE;