Searched refs:head_id (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | waitq.py | 516 def WaitqPrepostFromObj(wqp, head_id, inv_ok, prepost_str, pp_arr = 0, depth = 0): argument 540 if next_id > 0 and next_id != head_id: 544 … WaitqPrepostFromObj(GetWaitqPrepost(next_id)[0], head_id, inv_ok, prepost_str, pp_arr, depth + 1) 555 … WaitqPrepostFromObj(GetWaitqPrepost(next_id)[0], head_id, inv_ok, prepost_str, pp_arr, depth + 1) 558 def GetPrepostChain(head_id, inv_ok = False, pp_arr = 0): argument 560 if unsigned(head_id) == 0: 561 return [ "{0: <#18x}:{1: <18s}".format(head_id, "<invalid>") ] 562 if unsigned(head_id) == 0xffffffffffffffff: 563 return [ "{0: <#18x}:{1: <18s}".format(head_id, "<anonymous>") ] 564 wqp = GetWaitqPrepost(head_id)[0] [all …]
|