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

/include/linux/
H A Ddm-region-hash.h34 struct bio_list;
37 struct bio_list *bios),
75 void dm_rh_inc_pending(struct dm_region_hash *rh, struct bio_list *bios);
H A Dpktcdvd.h71 struct bio_list read_queue;
72 struct bio_list write_queue;
112 struct bio_list orig_bios; /* Original bios passed to pkt_make_request */
H A Dbio.h535 * A bio_list anchors a singly-linked list of bios chained through the bi_next
536 * member of the bio. The bio_list also caches the last list member to allow
539 struct bio_list { struct
544 static inline int bio_list_empty(const struct bio_list *bl)
549 static inline void bio_list_init(struct bio_list *bl)
559 static inline unsigned bio_list_size(const struct bio_list *bl)
570 static inline void bio_list_add(struct bio_list *bl, struct bio *bio)
582 static inline void bio_list_add_head(struct bio_list *bl, struct bio *bio)
592 static inline void bio_list_merge(struct bio_list *bl, struct bio_list *bl
[all...]
H A Dsched.h131 struct bio_list;
1492 struct bio_list *bio_list; member in struct:task_struct

Completed in 492 milliseconds