Searched refs:should_defer (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/md/
H A Draid5.c1147 bool should_defer; local
1154 should_defer = conf->batch_bio_dispatch && conf->group_cnt;
1299 if (should_defer && op_is_write(op))
1343 if (should_defer && op_is_write(op))
1365 if (should_defer && !bio_list_empty(&pending_bios))
/linux-master/arch/x86/include/asm/
H A Dtlbflush.h259 bool should_defer = false; local
263 should_defer = true;
266 return should_defer;

Completed in 144 milliseconds