Home
last modified time | relevance | path

Searched refs:CPUSTATS_ONLINE (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/sys/
H A Dsched.h94 #define CPUSTATS_ONLINE 0x0001 /* CPU is schedulable */ macro
/openbsd-src/usr.bin/systat/
H A Dcpu.c228 if (cpu_tm[v].cs_flags & CPUSTATS_ONLINE) { \
H A Dvmstat.c624 if ((cs.cs_flags & CPUSTATS_ONLINE) == 0) in getinfo()
/openbsd-src/usr.bin/top/
H A Dmachine.c268 cpu_online[i] = (cp_time[i].cs_flags & CPUSTATS_ONLINE) != 0; in get_system_info()
/openbsd-src/sys/kern/
H A Dkern_sysctl.c2878 cs.cs_flags |= CPUSTATS_ONLINE;