Searched refs:cht (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/tools/lldbmacros/ |
| H A D | skywalk.py | 703 cht = kern.GetValueFromAddress(unsigned(fm.fm_flow_table), 'struct cuckoo_hashtable *') 710 CuckooHashtableForeach(cht, GetCuckooNodeAsFLowEntry) 745 def CuckooHashtableForeachSlot(cht, slotHandler): argument 746 for i in range(0, cht._n_buckets): 747 b = cht._buckets[i] 755 def CuckooHashtableForeach(cht, handler): argument 763 CuckooHashtableForeachSlot(cht, CuckooHashtableSlotHandler) 774 cht = kern.GetValueFromAddress(cmd_args[0], 'struct cuckoo_hashtable *') 776 …uckoo_hashtable *){:18s} capacity {:d} entries {:d}".format(hex(cht), cht._capacity, cht._n_entrie… 780 CuckooHashtableForeach(cht, CuckooHashtablePrintNode)
|