Home
last modified time | relevance | path

Searched refs:IsReadyToRunNoPause (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.cc1484 if (IsReadyToRunNoPause()) in Work()
1497 if (IsReadyToRunNoPause()) in Work()
2039 return !IsReadyToRunNoPause(); in IsNetworkStopSet()
2896 while (IsReadyToRunNoPause() && in DoWork()
2950 while (IsReadyToRunNoPause() && !in_flight_sectors_.empty()) { in DoWork()
H A Dworker.h310 virtual bool IsReadyToRunNoPause() { in IsReadyToRunNoPause() function