Lines Matching defs:bios
25 struct workqueue_struct *wq; /* Workqueue for ^ processing of bios. */
27 struct bio_list bios_in; /* Worker bios input list. */
28 spinlock_t lock; /* Guard bios input list above. */
174 /* Worker funtion to process incoming bios. */
182 struct bio_list bios;
184 bio_list_init(&bios);
187 bios = ec->bios_in;
192 bio_list_for_each(bio, &bios) {
205 bio_list_for_each(bio, &bios) {
227 while ((bio = bio_list_pop(&bios))) {