Lines Matching defs:batch_size
6683 int i, batch_size = 0, hash;
6686 while (batch_size < MAX_STRIPE_BATCH &&
6688 batch[batch_size++] = sh;
6690 if (batch_size == 0) {
6698 return batch_size;
6713 for (i = 0; i < batch_size; i++)
6720 for (i = 0; i < batch_size; i++) {
6724 return batch_size;
6743 int batch_size, released;
6747 batch_size = handle_active_stripes(conf, group_id, worker,
6750 if (!batch_size && !released)
6752 handled += batch_size;
6794 int batch_size, released;
6828 batch_size = handle_active_stripes(conf, ANY_GROUP, NULL,
6830 if (!batch_size && !released)
6832 handled += batch_size;