Searched refs:kMinCommandCountToSubmit (Results 1 – 2 of 2) sorted by relevance
63 static constexpr uint32_t kMinCommandCountToSubmit = 32; variable1494 if (currentRPCommandCount >= kMinCommandCountToSubmit) in flushImpl()5780 (currentRPCommandCount >= kMinCommandCountToSubmit || in syncState()
7296 constexpr uint32_t kMinCommandCountToSubmit = 32; in TEST_P() local7298 for (uint32_t i = 0; i < kMinCommandCountToSubmit; i++) in TEST_P()