Lines Matching refs:batch_size
6696 int i, batch_size = 0, hash;
6699 while (batch_size < MAX_STRIPE_BATCH &&
6701 batch[batch_size++] = sh;
6703 if (batch_size == 0) {
6711 return batch_size;
6726 for (i = 0; i < batch_size; i++)
6733 for (i = 0; i < batch_size; i++) {
6737 return batch_size;
6756 int batch_size, released;
6760 batch_size = handle_active_stripes(conf, group_id, worker,
6763 if (!batch_size && !released)
6765 handled += batch_size;
6807 int batch_size, released;
6836 batch_size = handle_active_stripes(conf, ANY_GROUP, NULL,
6838 if (!batch_size && !released)
6840 handled += batch_size;