Lines Matching refs:currphase
1493 self.currphase = ''
1844 if self.currphase:
1845 if 'resume_machine' not in self.currphase:
1846 sysvals.vprint('WARNING: phase %s failed to end' % self.currphase)
1847 self.dmesg[self.currphase]['end'] = ktime
1857 self.currphase = phase
1860 if phase not in self.currphase:
1861 if self.currphase:
1862 sysvals.vprint('WARNING: %s ended instead of %s, ftrace corruption?' % (phase, self.currphase))
1866 phase = self.currphase
1868 self.currphase = ''
3552 data.currphase = ''