Searched defs:queue_head (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/tools/lldbmacros/ |
| H A D | scheduler.py | 815 def ParanoidIterateLinkageChain(queue_head, element_type, field_name, field_ofst=0, circleQueue=Fal… argument 920 def LinkageChainEmpty(queue_head): argument
|
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | kernelcore.py | 95 def IterateLinkageChain(queue_head, element_type, field_name): argument 124 def IterateCircleQueue(queue_head, element_type, field_name): argument 147 def IterateQueue(queue_head, element_ptr_type, element_field_name, backwards=False, unpack_ptr_fn=N… argument
|
| /xnu-11215/osfmk/kern/ |
| H A D | zalloc.c | 928 zone_pva_t *queue_head = &zone_pageq_base()[queue.packed_address]; in zone_queue_set_head() local
|