Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Dmcache.c390 ccp->cc_pobjs = -1; in mcache_create_common()
491 if (ccp->cc_pobjs > 0) { in mcache_alloc_ext()
492 mcache_cpu_refill(ccp, ccp->cc_pfilled, ccp->cc_pobjs); in mcache_alloc_ext()
780 if (ccp->cc_pobjs == 0) { in mcache_free_ext()
781 mcache_cpu_refill(ccp, ccp->cc_pfilled, ccp->cc_pobjs); in mcache_free_ext()
1091 ccp->cc_pobjs = objs; in mcache_cpu_batch_refill()
1096 ccp->cc_pobjs = -1; in mcache_cpu_batch_refill()
1111 ccp->cc_pobjs = ccp->cc_objs; in mcache_cpu_refill()
1218 pobjs = ccp->cc_pobjs; in mcache_bkt_purge()
1222 ccp->cc_pobjs = -1; in mcache_bkt_purge()
H A Duipc_mbuf.c1430 if (ccp->cc_pobjs > 0) { in mbuf_stat_sync()
1431 sp->mbcl_mc_cached += ccp->cc_pobjs; in mbuf_stat_sync()
2145 int cc_pobjs = os_access_once(ccp->cc_pobjs); in mbuf_class_under_pressure() local
2146 if (cc_pobjs > 0) { in mbuf_class_under_pressure()
2147 cached += cc_pobjs; in mbuf_class_under_pressure()
/xnu-11417.121.6/bsd/sys/
H A Dmcache.h161 int cc_pobjs; /* number of objects in previous bkt */ member
/xnu-11417.121.6/tools/lldbmacros/
H A Dmbufs.py72 if int(ccp.cc_pobjs) > 0:
73 total += int(ccp.cc_pobjs)
1283 if (ccp.cc_pobjs > 0):
1284 total += ccp.cc_pobjs
1316 pobjs = ccp.cc_pobjs