Searched refs:msa (Results 1 – 2 of 2) sorted by relevance
1052 msa = addressof(msc.sc_scratch)1054 if (msa.msa_depth > 0):1055 …"Recent scratch transaction (tstamp {:d}, thread 0x{:x}):\n".format(msa.msa_tstamp, msa.msa_thread)1057 while (cnt < msa.msa_depth):1058 kgm_pc = msa.msa_stack[cnt]1063 if (msa.msa_pdepth > 0):1064 …vious scratch transaction (tstamp {:d}, thread 0x{:x}):\n".format(msa.msa_ptstamp, msa.msa_pthread)1065 if (msa):1067 while (cnt < msa.msa_pdepth):1068 kgm_pc = msa.msa_pstack[cnt]
5145 mcl_scratch_audit_t *msa; local5149 msa = MCA_SAVED_SCRATCH_PTR(mca);5151 msa->msa_pthread = msa->msa_thread;5152 msa->msa_thread = current_thread();5153 bcopy(msa->msa_stack, msa->msa_pstack, sizeof(msa->msa_pstack));5154 msa->msa_pdepth = msa->msa_depth;5156 msa->msa_depth = OSBacktrace(stack, MCACHE_STACK_DEPTH + 1) - 1;5157 bcopy(&stack[1], msa->msa_stack, sizeof(msa->msa_stack));5159 msa->msa_ptstamp = msa->msa_tstamp;5162 msa->msa_tstamp = ((now.tv_usec - mb_start.tv_usec) / 1000);[all …]