Lines Matching refs:batch_size
6650 int i, batch_size = 0, hash; in handle_active_stripes() local
6653 while (batch_size < MAX_STRIPE_BATCH && in handle_active_stripes()
6655 batch[batch_size++] = sh; in handle_active_stripes()
6657 if (batch_size == 0) { in handle_active_stripes()
6665 return batch_size; in handle_active_stripes()
6680 for (i = 0; i < batch_size; i++) in handle_active_stripes()
6687 for (i = 0; i < batch_size; i++) { in handle_active_stripes()
6691 return batch_size; in handle_active_stripes()
6710 int batch_size, released; in raid5_do_work() local
6714 batch_size = handle_active_stripes(conf, group_id, worker, in raid5_do_work()
6717 if (!batch_size && !released) in raid5_do_work()
6719 handled += batch_size; in raid5_do_work()
6761 int batch_size, released; in raid5d() local
6793 batch_size = handle_active_stripes(conf, ANY_GROUP, NULL, in raid5d()
6795 if (!batch_size && !released) in raid5d()
6797 handled += batch_size; in raid5d()