Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
Dflush.c46 struct bio_list waiting_flush_bios; member
149 bio_list_init(&vdo->flusher->waiting_flush_bios); in vdo_make_flusher()
303 drained = bio_list_empty(&flusher->waiting_flush_bios); in check_for_drain_complete()
372 bio_list_merge_init(&flush->bios, &vdo->flusher->waiting_flush_bios); in initialize_flush()
408 bio_list_add(&flusher->waiting_flush_bios, bio); in vdo_launch_flush()
437 if (bio_list_empty(&flusher->waiting_flush_bios)) { in release_flush()