Searched refs:npcwin (Results 1 – 1 of 1) sorted by relevance
86 int npcwin = MIN(MAXWIN, pcstack_limit); in getpcstack() local108 npcwin = getpcstack_top(pcswin, npcwin, &nextfp, &nextpc); in getpcstack()109 ASSERT(npcwin >= 0 && npcwin < MAXWIN && npcwin <= pcstack_limit); in getpcstack()110 for (depth = 0; depth < npcwin; depth++) { in getpcstack()