Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-raid1.c683 struct bio_list sync, nosync, recover, *this_list = NULL; in do_writes() local
718 this_list = &sync; in do_writes()
722 this_list = &nosync; in do_writes()
726 this_list = &recover; in do_writes()
730 bio_list_add(this_list, bio); in do_writes()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-raid1.c691 struct bio_list sync, nosync, recover, *this_list = NULL; in do_writes() local
726 this_list = &sync; in do_writes()
730 this_list = &nosync; in do_writes()
734 this_list = &recover; in do_writes()
738 bio_list_add(this_list, bio); in do_writes()

Completed in 4 milliseconds