Home
last modified time | relevance | path

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

/block/
Dblk-core.c486 bool nowait = bio->bi_opf & REQ_NOWAIT; in bio_queue_enter() local
489 ret = blk_queue_enter(q, nowait ? BLK_MQ_REQ_NOWAIT : 0); in bio_queue_enter()
491 if (nowait && !blk_queue_dying(q)) in bio_queue_enter()
825 if (plug && plug->nowait) in submit_bio_checks()
1718 plug->nowait = false; in blk_start_plug()