Searched refs:mpqueue (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | misc.py | 58 def dumpTimerList(mpqueue, processor=None): argument 64 if mpqueue.count == 0: 71 …oft To Go', 'Hard To Go', 'Duration', 'Leeway', 'Flags', '(*func)(param0, param1)', mpqueue.count)) 75 for timer_call in ParanoidIterateLinkageChain(mpqueue.head, 'struct timer_call *', 'tc_qlink'): 143 if addressof(timer_call.tc_pqlink) == mpqueue.mpq_pqhead.pq_root :
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | Makefile | 75 mpqueue.h \
|