Searched refs:cur_flush_request_id_ (Results 1 – 2 of 2) sorted by relevance
237 if (cur_flush_request_id_ && thread_sync_.flush_acks.count() >= num_cpus) { in DrainCPUs()239 ack_flush_request_id = cur_flush_request_id_; in DrainCPUs()240 cur_flush_request_id_ = 0; in DrainCPUs()258 if (!cur_flush_request_id_) { in DrainCPUs()343 if (flush_id == cur_flush_request_id_) in Flush()346 cur_flush_request_id_ = flush_id; in Flush()363 if (flush_request_id != cur_flush_request_id_) in OnFlushTimeout()378 cur_flush_request_id_ = 0; in OnFlushTimeout()
127 FlushRequestID cur_flush_request_id_ = 0; variable