Lines Matching refs:batch_size
6649 int i, batch_size = 0, hash;
6652 while (batch_size < MAX_STRIPE_BATCH &&
6654 batch[batch_size++] = sh;
6656 if (batch_size == 0) {
6664 return batch_size;
6679 for (i = 0; i < batch_size; i++)
6686 for (i = 0; i < batch_size; i++) {
6690 return batch_size;
6709 int batch_size, released;
6713 batch_size = handle_active_stripes(conf, group_id, worker,
6716 if (!batch_size && !released)
6718 handled += batch_size;
6760 int batch_size, released;
6792 batch_size = handle_active_stripes(conf, ANY_GROUP, NULL,
6794 if (!batch_size && !released)
6796 handled += batch_size;