Searched refs:mExpectedInflightDuration (Results 1 – 2 of 2) sorted by relevance
1032 nsecs_t mExpectedInflightDuration = 0; variable
2709 mExpectedInflightDuration += maxExpectedDuration; in registerInFlight()2742 mExpectedInflightDuration -= duration; in removeInFlightMapEntryLocked()2805 mExpectedInflightDuration = 0; in flushInflightRequests()4992 return mExpectedInflightDuration > kMinInflightDuration ? in getExpectedInFlightDuration()4993 mExpectedInflightDuration : kMinInflightDuration; in getExpectedInFlightDuration()