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

/freebsd-12-stable/usr.bin/top/
H A Dtop.c225 int active_procs; local
646 active_procs = system_info.p_pactive;
647 if (active_procs > topn)
649 active_procs = topn;
651 if (active_procs > max_topn)
653 active_procs = max_topn;
657 for (i = 0; i < active_procs; i++)
H A Dmachine.c728 int active_procs; local
796 active_procs = 0;
857 active_procs++;
862 qsort(pref, active_procs, sizeof(*pref), compare);
866 si->p_pactive = pref_len = active_procs;
870 handle.remaining = active_procs;

Completed in 155 milliseconds