Searched refs:avail_cpus (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/system_cmds-643.1.1/hostinfo.tproj/
H A Dhostinfo.c127 printf("Processor%s active:", (hi.avail_cpus > 1) ? "s" : "");
128 for (i = 0; i < hi.avail_cpus; i++)
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dhost_info.h107 uint32_t avail_cpus; /* number of cpus now available */ member in struct:host_basic_info_old
123 integer_t avail_cpus; /* number of CPUs now available */ member in struct:host_basic_info
/macosx-10.10.1/shell_cmds-179/systime/
H A Dsystime.c233 *ncpu = hi.avail_cpus;
/macosx-10.10.1/xnu-2782.1.97/tools/tests/MPMMTest/
H A DMPMMtest.c129 if (result == KERN_SUCCESS && info.avail_cpus > 1)
130 num_servers = info.avail_cpus / 2;
H A DKQMPMMtest.c130 if (result == KERN_SUCCESS && info.avail_cpus > 1)
131 num_servers = info.avail_cpus / 2;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_mib.c213 return(SYSCTL_RETURN(req, hinfo.avail_cpus));
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dhost.c173 basic_info->avail_cpus = processor_avail_count;

Completed in 179 milliseconds