Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dmcache.c387 ccp->cc_pobjs = -1; in mcache_create_common()
488 if (ccp->cc_pobjs > 0) { in mcache_alloc_ext()
489 mcache_cpu_refill(ccp, ccp->cc_pfilled, ccp->cc_pobjs); in mcache_alloc_ext()
777 if (ccp->cc_pobjs == 0) { in mcache_free_ext()
778 mcache_cpu_refill(ccp, ccp->cc_pfilled, ccp->cc_pobjs); in mcache_free_ext()
1088 ccp->cc_pobjs = objs; in mcache_cpu_batch_refill()
1093 ccp->cc_pobjs = -1; in mcache_cpu_batch_refill()
1108 ccp->cc_pobjs = ccp->cc_objs; in mcache_cpu_refill()
1215 pobjs = ccp->cc_pobjs; in mcache_bkt_purge()
1219 ccp->cc_pobjs = -1; in mcache_bkt_purge()
H A Duipc_mbuf.c1428 if (ccp->cc_pobjs > 0) { in mbuf_stat_sync()
1429 sp->mbcl_mc_cached += ccp->cc_pobjs; in mbuf_stat_sync()
2121 int cc_pobjs = os_access_once(ccp->cc_pobjs); in mbuf_class_under_pressure() local
2122 if (cc_pobjs > 0) { in mbuf_class_under_pressure()
2123 cached += cc_pobjs; in mbuf_class_under_pressure()
/xnu-10002.1.13/tools/lldbmacros/
H A Dmbufs.py77 if int(ccp.cc_pobjs) > 0:
78 total += int(ccp.cc_pobjs)
1271 if (ccp.cc_pobjs > 0):
1272 total += ccp.cc_pobjs
1304 pobjs = ccp.cc_pobjs
/xnu-10002.1.13/bsd/sys/
H A Dmcache.h161 int cc_pobjs; /* number of objects in previous bkt */ member