Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-flush.c170 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_flush_complete_seq()
234 BUG_ON(fq->flush_pending_idx == fq->flush_running_idx); in flush_end_io()
286 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_kick_flush()
292 if (fq->flush_pending_idx != fq->flush_running_idx || list_empty(pending)) in blk_kick_flush()
305 fq->flush_pending_idx ^= 1; in blk_kick_flush()
Dblk.h19 unsigned int flush_pending_idx:1; member
142 if (fq->flush_pending_idx != fq->flush_running_idx && in __elv_next_request()