Home
last modified time | relevance | path

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

/xnu-11417.121.6/tools/lldbmacros/
H A Dwaitq.py23 class Waitq(object): class
138 if wqs: yield Waitq(kern.GetValueFromAddress(wqs))
145 if wqs: yield Waitq(kern.GetValueFromAddress(wqs))
150 yield Waitq(l.wql_wq)
164 if isinstance(waitq, Waitq):
167 wq = Waitq(waitq)
209 ShowWaitqHelper(Waitq(kern.GetValueFromAddress(cmd_args[0], 'struct waitq *')), O)
226 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():