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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h214 #define MCF_NOCPUCACHE 0x00000010 /* disable CPU layer caching */ macro
217 #define MCF_FLAGS_MASK (MCF_DEBUG | MCF_NOCPUCACHE)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c400 if (!(mcache_flags & MCF_NOCPUCACHE) && !mcache_updating) {
488 * can happen either because MCF_NOCPUCACHE is set, or because
644 if (cp->mc_flags & MCF_NOCPUCACHE)
729 * happen either because MCF_NOCPUCACHE is set, or because
1092 if (cp->mc_flags & MCF_NOCPUCACHE)
1289 if (!(cp->mc_flags & MCF_NOCPUCACHE) && cp->mc_enable_cnt)
H A Duipc_mbuf.c265 * the CPU layer cache can be disabled by setting the MCF_NOCPUCACHE flag,
802 if (cp->mc_flags & MCF_NOCPUCACHE)
1092 flags |= MCF_NOCPUCACHE;

Completed in 60 milliseconds