Lines Matching defs:bios
26 struct workqueue_struct *wq; /* Workqueue for ^ processing of bios. */
28 struct bio_list bios_in; /* Worker bios input list. */
29 spinlock_t lock; /* Guard bios input list above. */
176 /* Worker function to process incoming bios. */
184 struct bio_list bios;
186 bio_list_init(&bios);
189 bios = ec->bios_in;
194 bio_list_for_each(bio, &bios) {
207 bio_list_for_each(bio, &bios) {
229 while ((bio = bio_list_pop(&bios))) {