Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Drmap.c661 bool should_defer = false; in should_defer_flush() local
668 should_defer = true; in should_defer_flush()
671 return should_defer; in should_defer_flush()
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.c1063 bool should_defer; in ops_run_io() local
1070 should_defer = conf->batch_bio_dispatch && conf->group_cnt; in ops_run_io()
1229 if (should_defer && op_is_write(op)) in ops_run_io()
1279 if (should_defer && op_is_write(op)) in ops_run_io()
1301 if (should_defer && !bio_list_empty(&pending_bios)) in ops_run_io()