Searched refs:mca_next_trn (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dmcache.c1461 transaction = &mca->mca_trns[mca->mca_next_trn];
1481 mca->mca_next_trn =
1482 (mca->mca_next_trn + 1) % mca_trn_max;
1602 #define MCA_TRN_LAST ((mca->mca_next_trn + mca_trn_max) % mca_trn_max)
1603 #define MCA_TRN_PREV ((mca->mca_next_trn + mca_trn_max - 1) % mca_trn_max)
1618 mca->mca_next_trn,
/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py181 trn = (mca.mca_next_trn + kern.globals.mca_trn_max - 1) % kern.globals.mca_trn_max
211 trn = (mca.mca_next_trn + kern.globals.mca_trn_max - 1) % kern.globals.mca_trn_max
348 trn = (mca.mca_next_trn + idx - 1) % unsigned(kern.globals.mca_trn_max)
570 trn = (mca.mca_next_trn + idx - 1) % unsigned(kern.globals.mca_trn_max)
/xnu-2782.1.97/bsd/sys/
H A Dmcache.h337 uint32_t mca_next_trn; member in struct:mcache_audit

Completed in 33 milliseconds