Searched refs:bios (Results 1 – 2 of 2) sorted by relevance
121 struct bio_list bios = BIO_EMPTY_LIST; in blkg_async_bio_workfn() local128 bio_list_merge(&bios, &blkg->async_bios); in blkg_async_bio_workfn()133 if (bios.head && bios.head->bi_next) { in blkg_async_bio_workfn()137 while ((bio = bio_list_pop(&bios))) in blkg_async_bio_workfn()
70 struct bio_list bios; /* queued bios */ member399 bio_list_init(&qn->bios); in throtl_qnode_init()416 bio_list_add(&qn->bios, bio); in throtl_qnode_add_bio()436 bio = bio_list_peek(&qn->bios); in throtl_peek_queued()465 bio = bio_list_pop(&qn->bios); in throtl_pop_queued()468 if (bio_list_empty(&qn->bios)) { in throtl_pop_queued()