Home
last modified time | relevance | path

Searched refs:bios (Results 1 – 2 of 2) sorted by relevance

/block/
Dblk-cgroup.c121 struct bio_list bios = BIO_EMPTY_LIST; in blkg_async_bio_workfn() local
128 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()
Dblk-throttle.c70 struct bio_list bios; /* queued bios */ member
399 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()