Searched refs:ttemp (Results 1 – 3 of 3) sorted by relevance
139 u32 ttemp; member
601 __be32 ttemp; /* Tx temp */ member
2870 self.ttemp = dict()3174 if('thaw_processes' in testrun.ttemp and len(testrun.ttemp['thaw_processes']) > 0):3176 testrun.ttemp['thaw_processes'][-1]['end'] = t.time3263 if(name not in testrun.ttemp):3264 testrun.ttemp[name] = []3267 testrun.ttemp[name].append(\3270 if(len(testrun.ttemp[name]) > 0):3272 testrun.ttemp[name][-1]['end'] = t.time3398 for name in sorted(test.ttemp):3399 for event in test.ttemp[name]: