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

/freebsd-13-stable/usr.bin/top/
H A Dtop.c226 int active_procs; local
655 active_procs = system_info.p_pactive;
656 if (active_procs > topn)
658 active_procs = topn;
660 if (active_procs > max_topn)
662 active_procs = max_topn;
666 for (i = 0; i < active_procs; i++)
H A Dmachine.c744 int active_procs; local
812 active_procs = 0;
873 active_procs++;
878 qsort(pref, active_procs, sizeof(*pref), compare);
882 si->p_pactive = pref_len = active_procs;
886 handle.remaining = active_procs;

Completed in 124 milliseconds