Searched refs:QuarantineBatch (Results 1 – 1 of 1) sorted by relevance
28 struct QuarantineBatch { struct30 QuarantineBatch *next; argument87 QuarantineBatch *b = cache_.DequeueBatch(); in Recycle()96 while (QuarantineBatch *b = c->DequeueBatch()) { in DoRecycle()126 if (list_.empty() || list_.back()->count == QuarantineBatch::kSize) in Enqueue()128 QuarantineBatch *b = list_.back(); in Enqueue()140 void EnqueueBatch(QuarantineBatch *b) { in EnqueueBatch()145 QuarantineBatch *DequeueBatch() { in DequeueBatch()148 QuarantineBatch *b = list_.front(); in DequeueBatch()157 IntrusiveList<QuarantineBatch> list_;[all …]