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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-raid1.c656 struct bio_list sync, nosync, recover, *this_list = NULL; local
690 this_list = &sync;
694 this_list = &nosync;
698 this_list = &recover;
702 bio_list_add(this_list, bio);

Completed in 111 milliseconds