Lines Matching refs:stk
633 pc_t stk[NODE_T_STK_DEPTH + 1]; member
669 _ix = getpcstack(&_p->stk[0], NODE_T_STK_DEPTH + 1); \
671 _p->stk[_ix + 1] = 0; \
676 _p->stk[0] = (pc_t)callee(); \
677 _ix = getpcstack(&_p->stk[1], NODE_T_STK_DEPTH); \
679 _p->stk[_ix + 1] = 0; \
733 pc_t stk[DOOR_STK_DEPTH + 1]; member
757 _ix = getpcstack(&_p->stk[0], DOOR_STK_DEPTH + 1); \
759 _p->stk[_ix] = 0; \
764 _p->stk[0] = (pc_t)callee(); \
765 _ix = getpcstack(&_p->stk[1], DOOR_STK_DEPTH); \
767 _p->stk[_ix + 1] = 0; \
1469 pc_t stk[NCA_CONN_T_STK_DEPTH + 1]; member
1517 _ix = getpcstack(&_p->stk[0], NCA_CONN_T_STK_DEPTH + 1); \
1519 _p->stk[_ix + 1] = 0; \
1524 _p->stk[0] = (pc_t)callee(); \
1525 _ix = getpcstack(&_p->stk[1], NCA_CONN_T_STK_DEPTH); \
1527 _p->stk[_ix + 1] = 0; \