Home
last modified time | relevance | path

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

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