Searched refs:IterateLinkageChain (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | ulock.py | 44 … for ull in IterateLinkageChain(addressof(buckets[i].ulb_head), 'ull_t *', 'ull_hash_link'):
|
| H A D | waitq.py | 639 for thread in IterateLinkageChain(addressof(waitq.waitq_queue), 'thread *', 'wait_links'):
|
| H A D | misc.py | 1045 for elem in IterateLinkageChain(qhead, elem_type, field_name):
|
| H A D | process.py | 470 … for task in IterateLinkageChain(queue, 'task *', field_name, coal_type * sizeof('queue_chain_t')):
|
| /xnu-8019.80.24/tools/lldbmacros/core/ |
| H A D | kernelcore.py | 74 def IterateLinkageChain(queue_head, element_type, field_name, field_ofst=0): function 594 …for coal in IterateLinkageChain(addressof(coalition_queue_head), coalition_ptr_type, 'coalitions'): 605 …for coal in IterateLinkageChain(addressof(thread_groups_queue_head), thread_groups_ptr_type, 'tg_q…
|