Home
last modified time | relevance | path

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

/xnu-11417.140.69/tools/lldbmacros/
H A Dwaitq.py15 class Waitq(object): class
130 if wqs: yield Waitq(kern.GetValueFromAddress(wqs))
137 if wqs: yield Waitq(kern.GetValueFromAddress(wqs))
142 yield Waitq(l.wql_wq)
156 if isinstance(waitq, Waitq):
159 wq = Waitq(waitq)
203 ShowWaitqHelper(Waitq(kern.GetValueFromAddress(cmd_args[0], 'struct waitq *')), O)
220 wq = Waitq(addressof(kern.globals.global_waitqs[q]))
H A Dturnstile.py101 waitq = Waitq(addressof(turnstile.ts_waitq))
H A Dipc.py151 wq = Waitq(addressof(ip_waitq))
438 wqs = Waitq(addressof(ips_wqset))
688 wqs = Waitq(addressof(psetval.ips_wqset))
746 nsets = len([s for s in Waitq(addressof(portval.ip_waitq)).iterateSets()])
1631 for wq in Waitq(addressof(pset.ips_wqset)).iterateMembers():
1647 for wq in Waitq(addressof(pset.ips_wqset)).iterateMembers():