HomeSort by: relevance | last modified time | path
    Searched refs:smpmode (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/top/dist/machine/
m_freebsd.c 92 static int smpmode; variable
617 if (smpmode && PP(pp, oncpu) != 0xff)
879 len = sizeof(smpmode);
880 if ((sysctlbyname("machdep.smp_active", &smpmode, &len, NULL, 0) < 0 &&
881 sysctlbyname("smp.smp_active", &smpmode, &len, NULL, 0) < 0) ||
882 len != sizeof(smpmode))
884 smpmode = 0;
886 smpmode = smpmode != 0;
953 if (smpmode)
    [all...]

Completed in 22 milliseconds