Home
last modified time | relevance | path

Searched refs:maxcall (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c657 Stk->maxcall = DEF_MAXCALL; in make_lwp_stack()
731 Stk->maxcall = DEF_MAXCALL; in make_thr_stack()
799 Stk->maxcall = DEF_MAXCALL; in find_lwp_stack()
841 Stk->maxcall = DEF_MAXCALL; in find_stack()
862 Stk->maxcall = DEF_MAXCALL; in find_stack()
903 Stk->maxcall = DEF_MAXCALL; in find_stack()
1042 if (Stk->ncall == Stk->maxcall) { in callstack_info()
1043 Stk->maxcall *= 2; in callstack_info()
1045 Stk->maxcall * sizeof (*Stk->stack), NULL); in callstack_info()
H A Dramdata.h273 uint_t maxcall; /* max elements in stack (malloc'd) */ member