Searched refs:Waitq (Results 1 – 3 of 3) sorted by relevance
23 class Waitq(object): class138 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]))
101 waitq = Waitq(addressof(turnstile.ts_waitq))
149 wq = Waitq(addressof(port.ip_waitq))152 for wqs in Waitq(addressof(port.ip_waitq)).iterateSets():435 wqs = Waitq(addressof(pset.ips_wqset))687 wqs = Waitq(addressof(psetval.ips_wqset))745 nsets = len([s for s in Waitq(addressof(portval.ip_waitq)).iterateSets()])1632 for wq in Waitq(addressof(pset.ips_wqset)).iterateMembers():1648 for wq in Waitq(addressof(pset.ips_wqset)).iterateMembers():