• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /xnu-2422.115.4/tools/lldbmacros/

Lines Matching refs:mbuf

15     """ Print extended mbuf allocator statistics. 
25 mbuf = kern.globals.mbuf_table[i]
26 mcs = Cast(mbuf.mtbl_stats, 'mb_class_stat_t *')
27 mc = mbuf.mtbl_cache
40 mcs.mbcl_fail_cnt, mbuf.mtbl_cache.mc_waiter_cnt,
48 """ Walk the mbuf packet chain (m_nextpkt)
53 mp = kern.GetValueFromAddress(cmd_args[0], 'mbuf *')
72 """ Walk the mbuf chain (m_next)
74 mp = kern.GetValueFromAddress(cmd_args[0], 'mbuf *')
93 """ Given an mbuf object, find its corresponding slab address
98 m = kern.GetValueFromAddress(cmd_args[0], 'mbuf *')
114 """ Find the mcache audit structure of the corresponding mbuf
116 m = kern.GetValueFromAddress(cmd_args[0], 'mbuf *')
345 out_string += "M (mbuf) "
373 out_string += "(paired mbuf, 2K cluster) "
377 out_string += "(unpaired mbuf, 2K cluster) "
382 out_string += "(paired 2K cluster, mbuf) "
386 out_string += "(unpaired 2K cluster, mbuf) "
394 out_string += "(paired mbuf, 4K cluster) "
398 out_string += "(unpaired mbuf, 4K cluster) "
403 out_string += "(paired 4K cluster, mbuf) "
407 out_string += "(unpaired 4K cluster, mbuf) "
415 out_string += "(paired mbuf, 4K cluster) "
419 out_string += "(unpaired mbuf, 4K cluster) "
424 out_string += "(paired 4K cluster, mbuf) "
428 out_string += "(unpaired 4K cluster, mbuf) "
487 """ Print all active/in-use mbuf objects
499 """ Print all freed/in-cache mbuf objects
508 """ Print the contents of an mbuf mcache audit structure
522 out_string += "mbuf obj :\t\t" + hex(mca.mca_addr) + "\n"
523 out_string += "mbuf index :\t\t" + str(mclidx + 1) + " (out of 16) in cluster base " + hex(clbase) + "\n"
532 out_string += "paired mbuf obj :\t" + hex(peer_mca.mca_addr) + " (mca " + hex(peer_mca) + ")\n"
582 """ Print all mbuf objects
590 """ Count the length of an mbuf chain
595 mp = kern.GetValueFromAddress(cmd_args[0], 'mbuf *')
620 """ Print the top suspected mbuf leakers
652 Given an mbuf leak trace (mtrace) structure address, print out the