Home
last modified time | relevance | path

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

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