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

/xnu-2782.1.97/bsd/kern/
H A Dmcache.c417 ccp->cc_pobjs = -1;
519 if (ccp->cc_pobjs > 0) {
520 mcache_cpu_refill(ccp, ccp->cc_pfilled, ccp->cc_pobjs);
768 if (ccp->cc_pobjs == 0) {
769 mcache_cpu_refill(ccp, ccp->cc_pfilled, ccp->cc_pobjs);
1076 ccp->cc_pobjs = ccp->cc_objs;
1169 pobjs = ccp->cc_pobjs;
1173 ccp->cc_pobjs = -1;
H A Duipc_mbuf.c1015 if (ccp->cc_pobjs > 0)
1016 sp->mbcl_mc_cached += ccp->cc_pobjs;
/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py35 if int(ccp.cc_pobjs) > 0:
36 total += int(ccp.cc_pobjs)
759 if (ccp.cc_pobjs > 0):
760 total += ccp.cc_pobjs
782 out_string += " CPU cc_objs cc_pobjs total\n"
790 pobjs = ccp.cc_pobjs
/xnu-2782.1.97/bsd/sys/
H A Dmcache.h245 int cc_pobjs; /* number of objects in previous bkt */ member in struct:mcache_cpu

Completed in 55 milliseconds