Searched refs:bi_next (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dbio.h64 struct bio *bi_next; member in struct:bio
H A Dblkdev.h429 #define rq_for_each_bio(_bio, rq) if ((rq->bio)) for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next)

Completed in 7 milliseconds