OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_topn
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/top/dist/
globalstate.h
48
int
max_topn
;
member in struct:globalstate
top.c
522
if (active_procs > gstate->
max_topn
)
524
active_procs = gstate->
max_topn
;
894
if ((gstate->
max_topn
= display_init(&statics, gstate->percpustates)) == -1)
905
else if (gstate->topn > gstate->
max_topn
)
908
gstate->
max_topn
);
934
if ((gstate->
max_topn
= display_resize()) == -1)
commands.c
597
if (newval > gstate->
max_topn
)
600
gstate->
max_topn
);
932
gstate->
max_topn
+= display_setmulti(gstate->percpustates);
Completed in 20 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026