Searched refs:bl_total (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dmcache.c643 return (cp->mc_full.bl_total == 0);
1101 if (--blp->bl_total < blp->bl_min)
1102 blp->bl_min = blp->bl_total;
1124 blp->bl_total++;
1242 cp->mc_full.bl_min = cp->mc_full.bl_total;
1244 cp->mc_empty.bl_min = cp->mc_empty.bl_total;
H A Duipc_mbuf.c1018 sp->mbcl_mc_cached += (cp->mc_full.bl_total * bktsize);
/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py29 total += int(mc.mc_full.bl_total) * int(mc.mc_cpu[0].cc_bktsize)
753 total += mc.mc_full.bl_total * bktsize
801 total += cp.mc_full.bl_total * bktsize
803 out_string += "Total # of full buckets (" + str(int(bktsize)) + " objs/bkt):\t" + str(int(cp.mc_full.bl_total)) + "\n"
/xnu-2782.1.97/bsd/sys/
H A Dmcache.h225 u_int32_t bl_total; /* number of buckets */ member in struct:mcache_bktlist

Completed in 121 milliseconds