Searched refs:batch_size (Results 1 – 2 of 2) sorted by relevance
272 batch_size = 0274 if self._options.batch_size:276 batch_size = int(self._options.batch_size)279 self._options.batch_size)338 if batch_size > 0 and batch_count > batch_size:
2800 int batch_size = num_objects_to_move[cl]; in ReleaseToCentralCache() local2801 while (N > batch_size) { in ReleaseToCentralCache()2803 src->PopRange(batch_size, &head, &tail); in ReleaseToCentralCache()2804 central_cache[cl].InsertRange(head, tail, batch_size); in ReleaseToCentralCache()2805 N -= batch_size; in ReleaseToCentralCache()