Searched refs:bl_total (Results 1 – 4 of 4) sorted by relevance
643 return cp->mc_full.bl_total == 0; in mcache_bkt_isempty()1138 if (--blp->bl_total < blp->bl_min) { in mcache_bkt_batch_alloc()1139 blp->bl_min = blp->bl_total; in mcache_bkt_batch_alloc()1167 blp->bl_total++; in mcache_bkt_batch_free()1283 cp->mc_full.bl_min = cp->mc_full.bl_total; in mcache_bkt_ws_update()1285 cp->mc_empty.bl_min = cp->mc_empty.bl_total; in mcache_bkt_ws_update()1298 cp->mc_full.bl_reaplimit = cp->mc_full.bl_total; in mcache_bkt_ws_zero()1299 cp->mc_full.bl_min = cp->mc_full.bl_total; in mcache_bkt_ws_zero()1300 cp->mc_empty.bl_reaplimit = cp->mc_empty.bl_total; in mcache_bkt_ws_zero()1301 cp->mc_empty.bl_min = cp->mc_empty.bl_total; in mcache_bkt_ws_zero()
1132 sp->mbcl_mc_cached += (cp->mc_full.bl_total * bktsize); in mbuf_stat_sync()1481 uint32_t bl_total = os_access_once(cp->mc_full.bl_total); in mbuf_class_under_pressure() local1498 cached += (bl_total * bktsize); in mbuf_class_under_pressure()
33 total += int(mc.mc_full.bl_total) * int(mc.mc_cpu[0].cc_bktsize)873 total += mc.mc_full.bl_total * bktsize920 total += cp.mc_full.bl_total * bktsize922 …l # of full buckets (" + str(int(bktsize)) + " objs/bkt):\t" + str(int(cp.mc_full.bl_total)) + "\n"
255 u_int32_t bl_total; /* number of buckets */ member