Searched refs:cc_pobjs (Results 1 – 4 of 4) sorted by relevance
385 ccp->cc_pobjs = -1; in mcache_create_common()486 if (ccp->cc_pobjs > 0) { in mcache_alloc_ext()487 mcache_cpu_refill(ccp, ccp->cc_pfilled, ccp->cc_pobjs); in mcache_alloc_ext()775 if (ccp->cc_pobjs == 0) { in mcache_free_ext()776 mcache_cpu_refill(ccp, ccp->cc_pfilled, ccp->cc_pobjs); in mcache_free_ext()1086 ccp->cc_pobjs = objs; in mcache_cpu_batch_refill()1091 ccp->cc_pobjs = -1; in mcache_cpu_batch_refill()1106 ccp->cc_pobjs = ccp->cc_objs; in mcache_cpu_refill()1213 pobjs = ccp->cc_pobjs; in mcache_bkt_purge()1217 ccp->cc_pobjs = -1; in mcache_bkt_purge()
1128 if (ccp->cc_pobjs > 0) { in mbuf_stat_sync()1129 sp->mbcl_mc_cached += ccp->cc_pobjs; in mbuf_stat_sync()1493 int cc_pobjs = os_access_once(ccp->cc_pobjs); in mbuf_class_under_pressure() local1494 if (cc_pobjs > 0) { in mbuf_class_under_pressure()1495 cached += cc_pobjs; in mbuf_class_under_pressure()
39 if int(ccp.cc_pobjs) > 0:40 total += int(ccp.cc_pobjs)879 if (ccp.cc_pobjs > 0):880 total += ccp.cc_pobjs909 pobjs = ccp.cc_pobjs
275 int cc_pobjs; /* number of objects in previous bkt */ member