Searched refs:GetWaitqPrepost (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | waitq.py | 85 def GetWaitqPrepost(id): function 403 wqp = GetWaitqPrepost(id)[0] 412 post_wqp = GetWaitqPrepost(wqp.wqp_post.wqp_wq_id)[0] 474 post_wqp = GetWaitqPrepost(wqp.wqp_post.wqp_wq_id)[0] 498 …wqp, warn_str = GetWaitqPrepost(unsigned(kern.GetValueFromAddress(cmd_options["-P"], 'uint64_t *')… 534 post_wq = GetWaitqPrepost(wqp.wqp_post.wqp_wq_id)[0] 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) 564 wqp = GetWaitqPrepost(head_id)[0] 595 …wqp, warn_str = GetWaitqPrepost(unsigned(kern.GetValueFromAddress(cmd_options["-P"], 'uint64_t *')… [all …]
|