Home
last modified time | relevance | path

Searched refs:msa_tstamp (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.81.5/tools/lldbmacros/
H A Dmbufs.py1046 …"Recent scratch transaction (tstamp {:d}, thread 0x{:x}):\n".format(msa.msa_tstamp, msa.msa_thread)
/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c634 uint32_t msa_tstamp; /* transaction timestamp (ms) */ member
8825 msa->msa_ptstamp = msa->msa_tstamp;
8828 msa->msa_tstamp = ((now.tv_usec - mb_start.tv_usec) / 1000);
8830 msa->msa_tstamp += ((now.tv_sec - mb_start.tv_sec) * 1000);