Searched defs:NODE_T_STK_DEPTH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h625 #define NODE_T_STK_DEPTH 6 macro
633 pc_t stk[NODE_T_STK_DEPTH + 1];
669 _ix = getpcstack(&_p->stk[0], NODE_T_STK_DEPTH + 1); \
670 if (_ix < NODE_T_STK_DEPTH + 1) { \
677 _ix = getpcstack(&_p->stk[1], NODE_T_STK_DEPTH); \
678 if (_ix < NODE_T_STK_DEPTH) { \

Completed in 54 milliseconds