Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-raid1.c670 struct bio_list sync, nosync, recover, *this_list = NULL; in do_writes() local
705 this_list = &sync; in do_writes()
709 this_list = &nosync; in do_writes()
713 this_list = &recover; in do_writes()
717 bio_list_add(this_list, bio); in do_writes()