Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Drmap.c631 bool should_defer = false; in should_defer_flush() local
638 should_defer = true; in should_defer_flush()
641 return should_defer; in should_defer_flush()
/Linux-v4.19/drivers/md/
Draid5.c990 bool should_defer; in ops_run_io() local
997 should_defer = conf->batch_bio_dispatch && conf->group_cnt; in ops_run_io()
1156 if (should_defer && op_is_write(op)) in ops_run_io()
1206 if (should_defer && op_is_write(op)) in ops_run_io()
1228 if (should_defer && !bio_list_empty(&pending_bios)) in ops_run_io()