Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dulock.py44 … for ull in IterateLinkageChain(addressof(buckets[i].ulb_head), 'ull_t *', 'ull_hash_link'):
H A Dwaitq.py639 for thread in IterateLinkageChain(addressof(waitq.waitq_queue), 'thread *', 'wait_links'):
H A Dmisc.py1045 for elem in IterateLinkageChain(qhead, elem_type, field_name):
H A Dprocess.py470 … for task in IterateLinkageChain(queue, 'task *', field_name, coal_type * sizeof('queue_chain_t')):
/xnu-8019.80.24/tools/lldbmacros/core/
H A Dkernelcore.py74 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…