Searched refs:thread_cnt (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/md/
H A Draid5.c254 int thread_cnt; raid5_wakeup_stripe_thread() local
281 thread_cnt = group->stripes_cnt / MAX_STRIPE_BATCH - 1; raid5_wakeup_stripe_thread()
283 for (i = 1; i < conf->worker_cnt_per_group && thread_cnt > 0; i++) { raid5_wakeup_stripe_thread()
288 thread_cnt--; raid5_wakeup_stripe_thread()

Completed in 97 milliseconds