Searched refs:Waitq (Results 1 – 3 of 3) sorted by relevance
29 class Waitq(object): class144 if wqs: yield Waitq(kern.GetValueFromAddress(wqs))151 if wqs: yield Waitq(kern.GetValueFromAddress(wqs))156 yield Waitq(l.wql_wq)170 if isinstance(waitq, Waitq):173 wq = Waitq(waitq)215 ShowWaitqHelper(Waitq(kern.GetValueFromAddress(cmd_args[0], 'struct waitq *')), O)232 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():437 wqs = Waitq(addressof(pset.ips_wqset))686 wqs = Waitq(addressof(psetval.ips_wqset))736 nsets = len([s for s in Waitq(addressof(portval.ip_waitq)).iterateSets()])1617 for wq in Waitq(addressof(pset.ips_wqset)).iterateMembers():1633 for wq in Waitq(addressof(pset.ips_wqset)).iterateMembers():