Home
last modified time | relevance | path

Searched refs:KI_NOCPU (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/sys/
Dsysctl.h368 #define KI_NOCPU (~(u_int64_t)0) macro
724 (kp)->p_cpuid = KI_NOCPU; \
/openbsd/src/usr.bin/top/
Dmachine.c508 if (ncpu > 1 && pp->p_cpuid != KI_NOCPU) in state_abbr()
/openbsd/src/bin/ps/
Dprint.c316 if (state == 'R' && kp->p_cpuid != KI_NOCPU) { in printstate()