Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dtlbflush.h329 bool should_defer = false; in arch_tlbbatch_should_defer() local
333 should_defer = true; in arch_tlbbatch_should_defer()
336 return should_defer; in arch_tlbbatch_should_defer()
/linux-6.15/drivers/md/
H A Draid5.c1145 bool should_defer; in ops_run_io() local
1152 should_defer = conf->batch_bio_dispatch && conf->group_cnt; in ops_run_io()
1297 if (should_defer && op_is_write(op)) in ops_run_io()
1341 if (should_defer && op_is_write(op)) in ops_run_io()
1361 if (should_defer && !bio_list_empty(&pending_bios)) in ops_run_io()