Searched refs:bl_total (Results 1 – 4 of 4) sorted by relevance
645 return cp->mc_full.bl_total == 0; in mcache_bkt_isempty()1140 if (--blp->bl_total < blp->bl_min) { in mcache_bkt_batch_alloc()1141 blp->bl_min = blp->bl_total; in mcache_bkt_batch_alloc()1169 blp->bl_total++; in mcache_bkt_batch_free()1285 cp->mc_full.bl_min = cp->mc_full.bl_total; in mcache_bkt_ws_update()1287 cp->mc_empty.bl_min = cp->mc_empty.bl_total; in mcache_bkt_ws_update()1300 cp->mc_full.bl_reaplimit = cp->mc_full.bl_total; in mcache_bkt_ws_zero()1301 cp->mc_full.bl_min = cp->mc_full.bl_total; in mcache_bkt_ws_zero()1302 cp->mc_empty.bl_reaplimit = cp->mc_empty.bl_total; in mcache_bkt_ws_zero()1303 cp->mc_empty.bl_min = cp->mc_empty.bl_total; in mcache_bkt_ws_zero()
1432 sp->mbcl_mc_cached += (cp->mc_full.bl_total * bktsize); in mbuf_stat_sync()2109 uint32_t bl_total = os_access_once(cp->mc_full.bl_total); in mbuf_class_under_pressure() local2126 cached += (bl_total * bktsize); in mbuf_class_under_pressure()
141 u_int32_t bl_total; /* number of buckets */ member
71 total += int(mc.mc_full.bl_total) * int(mc.mc_cpu[0].cc_bktsize)1265 total += mc.mc_full.bl_total * bktsize1315 total += cp.mc_full.bl_total * bktsize1317 …l # of full buckets (" + str(int(bktsize)) + " objs/bkt):\t" + str(int(cp.mc_full.bl_total)) + "\n"