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

/linux-master/drivers/md/
H A Ddm-raid1.c691 struct bio_list sync, nosync, recover, *this_list = NULL; local
726 this_list = &sync;
730 this_list = &nosync;
734 this_list = &recover;
738 bio_list_add(this_list, bio);

Completed in 118 milliseconds