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

/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c385 ccp->cc_pobjs = -1;
487 if (ccp->cc_pobjs > 0) {
488 mcache_cpu_refill(ccp, ccp->cc_pfilled, ccp->cc_pobjs);
737 if (ccp->cc_pobjs == 0) {
738 mcache_cpu_refill(ccp, ccp->cc_pfilled, ccp->cc_pobjs);
1045 ccp->cc_pobjs = ccp->cc_objs;
1138 pobjs = ccp->cc_pobjs;
1142 ccp->cc_pobjs = -1;
H A Duipc_mbuf.c965 if (ccp->cc_pobjs > 0)
966 sp->mbcl_mc_cached += ccp->cc_pobjs;
/darwin-on-arm/xnu/bsd/sys/
H A Dmcache.h186 int cc_pobjs; /* number of objects in previous bkt */ member in struct:mcache_cpu

Completed in 29 milliseconds