Searched refs:pcount (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dhost.c766 unsigned int pcount, i; local
778 pcount = processor_count;
779 assert(pcount != 0);
781 needed = pcount * icount * sizeof(natural_t);
797 if (pcount > 1) {
798 for (i = 1; i < pcount; i++) {
823 *out_pcount = pcount;
825 *out_array_count = pcount * icount;
/darwin-on-arm/xnu/bsd/net/
H A Dif_mib.c132 COPY(pcount);

Completed in 27 milliseconds