Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-cgroup.c176 WARN_ON(!bio_list_empty(&blkg->async_bios)); in __blkg_release()
221 bio_list_merge(&bios, &blkg->async_bios); in blkg_async_bio_workfn()
222 bio_list_init(&blkg->async_bios); in blkg_async_bio_workfn()
248 bio_list_add(&blkg->async_bios, bio); in blkcg_punt_bio_submit()
329 bio_list_init(&blkg->async_bios); in blkg_alloc()
H A Dblk-cgroup.h77 struct bio_list async_bios; member