Home
last modified time | relevance | path

Searched refs:bktsize (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/tools/lldbmacros/
H A Dmbufs.py855 bktsize = mc.mc_cpu[0].cc_bktsize
860 if (bktsize == 0):
873 total += mc.mc_full.bl_total * bktsize
896 bktsize = cp.mc_cpu[0].cc_bktsize
920 total += cp.mc_full.bl_total * bktsize
922 …out_string += "Total # of full buckets (" + str(int(bktsize)) + " objs/bkt):\t" + str(int(cp.mc_fu…
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c1102 int k, m, bktsize; in mbuf_stat_sync() local
1109 bktsize = ccp->cc_bktsize; in mbuf_stat_sync()
1116 } else if (bktsize == 0) { in mbuf_stat_sync()
1132 sp->mbcl_mc_cached += (cp->mc_full.bl_total * bktsize); in mbuf_stat_sync()
1480 int bktsize = os_access_once(ccp->cc_bktsize); in mbuf_class_under_pressure() local
1498 cached += (bl_total * bktsize); in mbuf_class_under_pressure()