Home
last modified time | relevance | path

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

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