Home
last modified time | relevance | path

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

/block/
Dblk-flush.c168 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_flush_complete_seq()
253 running = &fq->flush_queue[fq->flush_running_idx]; in flush_end_io()
293 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_kick_flush()
503 INIT_LIST_HEAD(&fq->flush_queue[0]); in blk_alloc_flush_queue()
504 INIT_LIST_HEAD(&fq->flush_queue[1]); in blk_alloc_flush_queue()
Dblk.h24 struct list_head flush_queue[2]; member