Home
last modified time | relevance | path

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

/xnu-8792.81.2/tools/lldbmacros/
H A Dmbufs.py959 bktsize = mc.mc_cpu[0].cc_bktsize
964 if (bktsize == 0):
977 total += mc.mc_full.bl_total * bktsize
1000 bktsize = cp.mc_cpu[0].cc_bktsize
1024 total += cp.mc_full.bl_total * bktsize
1026 …out_string += "Total # of full buckets (" + str(int(bktsize)) + " objs/bkt):\t" + str(int(cp.mc_fu…
/xnu-8792.81.2/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()