Home
last modified time | relevance | path

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

/xnu-10002.1.13/tools/lldbmacros/
H A Dmbufs.py1247 bktsize = mc.mc_cpu[0].cc_bktsize
1252 if (bktsize == 0):
1265 total += mc.mc_full.bl_total * bktsize
1291 bktsize = cp.mc_cpu[0].cc_bktsize
1315 total += cp.mc_full.bl_total * bktsize
1317 …out_string += "Total # of full buckets (" + str(int(bktsize)) + " objs/bkt):\t" + str(int(cp.mc_fu…
/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c1396 int k, m, bktsize; in mbuf_stat_sync() local
1409 bktsize = ccp->cc_bktsize; in mbuf_stat_sync()
1416 } else if (bktsize == 0) { in mbuf_stat_sync()
1432 sp->mbcl_mc_cached += (cp->mc_full.bl_total * bktsize); in mbuf_stat_sync()
2108 int bktsize = os_access_once(ccp->cc_bktsize); in mbuf_class_under_pressure() local
2126 cached += (bl_total * bktsize); in mbuf_class_under_pressure()