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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid10.h43 struct bio_list pending_bio_list; member in struct:r10_private_data_s
H A Draid1.h37 struct bio_list pending_bio_list; member in struct:r1_private_data_s
H A Draid1.c614 if (conf->pending_bio_list.head) {
616 bio = bio_list_get(&conf->pending_bio_list);
1000 bio_list_merge(&conf->pending_bio_list, &bl);
2021 bio_list_init(&conf->pending_bio_list);
H A Draid10.c658 if (conf->pending_bio_list.head) {
660 bio = bio_list_get(&conf->pending_bio_list);
980 bio_list_merge(&conf->pending_bio_list, &bl);

Completed in 67 milliseconds