Searched refs:msa (Results 1 – 2 of 2) sorted by relevance
1053 msa = addressof(msc.sc_scratch)1055 if (msa.msa_depth > 0):1056 …"Recent scratch transaction (tstamp {:d}, thread 0x{:x}):\n".format(msa.msa_tstamp, msa.msa_thread)1058 while (cnt < msa.msa_depth):1059 kgm_pc = msa.msa_stack[cnt]1064 if (msa.msa_pdepth > 0):1065 …vious scratch transaction (tstamp {:d}, thread 0x{:x}):\n".format(msa.msa_ptstamp, msa.msa_pthread)1066 if (msa):1068 while (cnt < msa.msa_pdepth):1069 kgm_pc = msa.msa_pstack[cnt]
8822 mcl_scratch_audit_t *msa; local8826 msa = MCA_SAVED_SCRATCH_PTR(mca);8828 msa->msa_pthread = msa->msa_thread;8829 msa->msa_thread = current_thread();8830 bcopy(msa->msa_stack, msa->msa_pstack, sizeof(msa->msa_pstack));8831 msa->msa_pdepth = msa->msa_depth;8833 msa->msa_depth = OSBacktrace(stack, MCACHE_STACK_DEPTH + 1) - 1;8834 bcopy(&stack[1], msa->msa_stack, sizeof(msa->msa_stack));8836 msa->msa_ptstamp = msa->msa_tstamp;8839 msa->msa_tstamp = ((now.tv_usec - mb_start.tv_usec) / 1000);[all …]