Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid5.c250 int thread_cnt; in raid5_wakeup_stripe_thread() local
277 thread_cnt = group->stripes_cnt / MAX_STRIPE_BATCH - 1; in raid5_wakeup_stripe_thread()
279 for (i = 1; i < conf->worker_cnt_per_group && thread_cnt > 0; i++) { in raid5_wakeup_stripe_thread()
284 thread_cnt--; in raid5_wakeup_stripe_thread()