Lines Matching refs:unsigned
13 g_cnt = unsigned(kern.GetGlobalVariable('g_num_waitqs'))
15 q_hash = unsigned(queue)
29 self._wq = kern.CreateTypedPointerFromAddress(unsigned(addr), 'struct waitq')
30 self._ty = unsigned(self._wq.waitq_type) & 0x7
154 wqs = kern.CreateTypedPointerFromAddress(unsigned(self._wq), 'struct waitq_set')
184 print("{:<#20x} {:<#20x}".format(unsigned(thread), thread.wait_event))
271 last_waitstr = GetSourceInformationForAddress(unsigned(stats.last_wait[0]))
273 last_wakestr = GetSourceInformationForAddress(unsigned(stats.last_wakeup[0]))
275 fw_str = GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[0]))
281 …last_waitstr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wait[f])), las…
283 …last_wakestr = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_wakeup[f])), l…
285 …fw_str = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[f])), …