Home
last modified time | relevance | path

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

/block/
Dblk-flush.c170 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_flush_complete_seq()
238 running = &fq->flush_queue[fq->flush_running_idx]; in flush_end_io()
291 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_kick_flush()
564 INIT_LIST_HEAD(&fq->flush_queue[0]); in blk_alloc_flush_queue()
565 INIT_LIST_HEAD(&fq->flush_queue[1]); in blk_alloc_flush_queue()
Dblk.h27 struct list_head flush_queue[2]; member
Dblk-core.c505 drain |= !list_empty(&fq->flush_queue[i]); in __blk_drain_queue()