Lines Matching refs:batch_size
5730 int i, batch_size = 0, hash; in handle_active_stripes() local
5733 while (batch_size < MAX_STRIPE_BATCH && in handle_active_stripes()
5735 batch[batch_size++] = sh; in handle_active_stripes()
5737 if (batch_size == 0) { in handle_active_stripes()
5742 return batch_size; in handle_active_stripes()
5755 for (i = 0; i < batch_size; i++) in handle_active_stripes()
5761 for (i = 0; i < batch_size; i++) { in handle_active_stripes()
5765 return batch_size; in handle_active_stripes()
5783 int batch_size, released; in raid5_do_work() local
5787 batch_size = handle_active_stripes(conf, group_id, worker, in raid5_do_work()
5790 if (!batch_size && !released) in raid5_do_work()
5792 handled += batch_size; in raid5_do_work()
5825 int batch_size, released; in raid5d() local
5853 batch_size = handle_active_stripes(conf, ANY_GROUP, NULL, in raid5d()
5855 if (!batch_size && !released) in raid5d()
5857 handled += batch_size; in raid5d()