Home
last modified time | relevance | path

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

/block/
Dblk-flush.c169 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_flush_complete_seq()
251 running = &fq->flush_queue[fq->flush_running_idx]; in flush_end_io()
289 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_kick_flush()
493 INIT_LIST_HEAD(&fq->flush_queue[0]); in blk_alloc_flush_queue()
494 INIT_LIST_HEAD(&fq->flush_queue[1]); in blk_alloc_flush_queue()
Dblk.h24 struct list_head flush_queue[2]; member