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

/linux-master/drivers/md/
H A Draid5.h686 int worker_cnt_per_group; member in struct:r5conf
H A Draid5.c199 if (conf->worker_cnt_per_group == 0) {
212 for (i = 1; i < conf->worker_cnt_per_group && thread_cnt > 0; i++) {
261 if (conf->worker_cnt_per_group == 0) {
5570 if (conf->worker_cnt_per_group == 0) {
5615 if (conf->worker_cnt_per_group == 0 ||
7131 ret = sprintf(page, "%d\n", conf->worker_cnt_per_group);
7162 else if (new != conf->worker_cnt_per_group) {
7171 conf->worker_cnt_per_group = new;
7470 conf->worker_cnt_per_group = 0;

Completed in 144 milliseconds