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

/xnu-2782.1.97/bsd/kern/
H A Dmcache.c1464 mca->mca_cache = cp;
1616 mca, mca->mca_addr, mca->mca_cache,
1617 mca->mca_cache ? mca->mca_cache->mc_name : "?",
/xnu-2782.1.97/bsd/sys/
H A Dmcache.h332 mcache_t *mca_cache; /* parent cache of the buffer */ member in struct:mcache_audit
/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py374 cp = mca.mca_cache
548 cp = mca.mca_cache
551 out_string += "\nControlling mcache :\t" + hex(mca.mca_cache) + " (" + str(cp.mc_name) + ")\n"

Completed in 32 milliseconds