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

/linux-master/include/linux/
H A Dpktcdvd.h176 spinlock_t lock; /* Serialize access to bio_queue */
177 struct rb_root bio_queue; /* Work queue of bios we need to handle */ member in struct:pktcdvd_device
178 int bio_queue_size; /* Number of nodes in bio_queue */
/linux-master/drivers/block/
H A Dpktcdvd.c649 rb_erase(&node->rb_node, &pd->bio_queue);
656 * Find the first node in the pd->bio_queue rb tree with a starting sector >= s.
660 struct rb_node *n = pd->bio_queue.rb_node;
690 * Insert a node into the pd->bio_queue rb tree.
694 struct rb_node **p = &pd->bio_queue.rb_node;
708 rb_insert_color(&node->rb_node, &pd->bio_queue);
1150 n = rb_first(&pd->bio_queue);
1168 n = rb_first(&pd->bio_queue);
2665 pd->bio_queue = RB_ROOT;
/linux-master/drivers/md/
H A Ddm-integrity.c335 struct bio_list bio_queue; member in struct:bitmap_block_status
2331 bio_list_add(&bbs->bio_queue, bio);
2876 struct bio_list bio_queue; local
2882 bio_queue = bbs->bio_queue;
2883 bio_list_init(&bbs->bio_queue);
2886 while ((bio = bio_list_pop(&bio_queue))) {
4606 bio_list_init(&bbs->bio_queue);

Completed in 117 milliseconds