Home
last modified time | relevance | path

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

/xnu-11215.1.10/tools/lldbmacros/
H A Dnet.py1580 def CalcMbufInList(mpkt, pkt_cnt, buf_byte_cnt, mbuf_cnt, mbuf_cluster_cnt): argument
1598 buf_byte_cnt[int(mtype)] += 256
1599 buf_byte_cnt[Mbuf_Type.MT_LAST] += 256
1606 buf_byte_cnt[int(mtype)] += extsize
1607 buf_byte_cnt[Mbuf_Type.MT_LAST] += extsize
1827 buf_byte_cnt = [0] * (Mbuf_Type.MT_LAST + 1)
1832 CalcMbufInList(mpkt, pkt_cnt, buf_byte_cnt, mbuf_cnt, mbuf_cluster_cnt)
1836 if (buf_byte_cnt[x] != 0):
1837 …Total buf bytes of type " + Mbuf_Type.reverse_mapping[x] + " : " + str(int(buf_byte_cnt[x])) + "\n"