Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/lldbmacros/
H A Dscheduler.py590 … in ParanoidIterateLinkageChain(runq_queue_head, "sched_entry_t", "entry_links", circleQueue=True):
594 … in ParanoidIterateLinkageChain(runq_queue_head, "sched_entry_t", "entry_links", circleQueue=True):
633 …thread in ParanoidIterateLinkageChain(runq_queue_head, "thread_t", "runq_links", circleQueue=True):
638 …thread in ParanoidIterateLinkageChain(runq_queue_head, "thread_t", "runq_links", circleQueue=True):
654 …d in ParanoidIterateLinkageChain(rt_pri_rq.pri_queue, "thread_t", "runq_links", circleQueue=False):
672 …in ParanoidIterateLinkageChain(grrr_group_client_head, "thread_t", "runq_links", circleQueue=True):
883 def ParanoidIterateLinkageChain(queue_head, element_type, field_name, field_ofst=0, circleQueue=Fal… argument
914 if circleQueue:
922 if not circleQueue and ParanoidIterateLinkageChain.enable_paranoia:
957 if not circleQueue and unsigned(queue_head) == unsigned(link):
[all …]