Searched refs:bl_total (Results 1 – 4 of 4) sorted by relevance
648 return cp->mc_full.bl_total == 0; in mcache_bkt_isempty()1143 if (--blp->bl_total < blp->bl_min) { in mcache_bkt_batch_alloc()1144 blp->bl_min = blp->bl_total; in mcache_bkt_batch_alloc()1172 blp->bl_total++; in mcache_bkt_batch_free()1288 cp->mc_full.bl_min = cp->mc_full.bl_total; in mcache_bkt_ws_update()1290 cp->mc_empty.bl_min = cp->mc_empty.bl_total; in mcache_bkt_ws_update()1303 cp->mc_full.bl_reaplimit = cp->mc_full.bl_total; in mcache_bkt_ws_zero()1304 cp->mc_full.bl_min = cp->mc_full.bl_total; in mcache_bkt_ws_zero()1305 cp->mc_empty.bl_reaplimit = cp->mc_empty.bl_total; in mcache_bkt_ws_zero()1306 cp->mc_empty.bl_min = cp->mc_empty.bl_total; in mcache_bkt_ws_zero()
894 sp->mbcl_mc_cached += (cp->mc_full.bl_total * bktsize); in mbuf_stat_sync()953 uint32_t bl_total = os_access_once(cp->mc_full.bl_total); in mbuf_class_under_pressure() local970 cached += (bl_total * bktsize); in mbuf_class_under_pressure()
136 u_int32_t bl_total; /* number of buckets */ member
65 total += int(mc.mc_full.bl_total) * int(mc.mc_cpu[0].cc_bktsize)1276 total += mc.mc_full.bl_total * bktsize1326 total += cp.mc_full.bl_total * bktsize1328 …l # of full buckets (" + str(int(bktsize)) + " objs/bkt):\t" + str(int(cp.mc_full.bl_total)) + "\n"