Searched refs:topn (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dglobalstate.h47 int topn; member in struct:globalstate
H A Dtop.c373 gstate->topn = Infinity;
487 gstate->topn = i;
514 if (gstate->topn > 0)
519 if (active_procs > gstate->topn)
521 active_procs = gstate->topn;
769 gstate->topn = DEFAULT_TOPN;
902 if (gstate->topn == Infinity)
904 gstate->topn = INT_MAX;
906 else if (gstate->topn > gstate->max_topn)
H A Dcommands.c609 else if (gstate->topn == 0)
614 gstate->topn = newval;
H A Dconfigure1296 --with-default-topn=N use N as the default for number of processes
1297 --with-nominal-topn=N use N as the default number of processes for
1945 # Check whether --with-default-topn was given.
1963 # Check whether --with-nominal-topn was given.

Completed in 110 milliseconds