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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c384 ccp->cc_pobjs = -1;
481 if (ccp->cc_pobjs > 0) {
482 mcache_cpu_refill(ccp, ccp->cc_pfilled, ccp->cc_pobjs);
722 if (ccp->cc_pobjs == 0) {
723 mcache_cpu_refill(ccp, ccp->cc_pfilled, ccp->cc_pobjs);
1030 ccp->cc_pobjs = ccp->cc_objs;
1123 pobjs = ccp->cc_pobjs;
1127 ccp->cc_pobjs = -1;
H A Duipc_mbuf.c816 if (ccp->cc_pobjs > 0)
817 sp->mbcl_mc_cached += ccp->cc_pobjs;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h147 int cc_pobjs; /* number of objects in previous bkt */ member in struct:mcache_cpu

Completed in 43 milliseconds