Lines Matching refs:batch_size
6372 int i, batch_size = 0, hash;
6375 while (batch_size < MAX_STRIPE_BATCH &&
6377 batch[batch_size++] = sh;
6379 if (batch_size == 0) {
6387 return batch_size;
6402 for (i = 0; i < batch_size; i++)
6409 for (i = 0; i < batch_size; i++) {
6413 return batch_size;
6432 int batch_size, released;
6436 batch_size = handle_active_stripes(conf, group_id, worker,
6439 if (!batch_size && !released)
6441 handled += batch_size;
6483 int batch_size, released;
6512 batch_size = handle_active_stripes(conf, ANY_GROUP, NULL,
6514 if (!batch_size && !released)
6516 handled += batch_size;