Home
last modified time | relevance | path

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

/block/
Ddisk-events.c17 unsigned int pending; /* events already sent out */ member
198 events &= ~ev->pending; in disk_check_events()
199 ev->pending |= events; in disk_check_events()
230 unsigned int pending; in disk_clear_events() local
257 pending = ev->pending & mask; in disk_clear_events()
258 ev->pending &= ~mask; in disk_clear_events()
262 return pending; in disk_clear_events()
Dblk-flush.c168 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_flush_complete_seq() local
184 if (list_empty(pending)) in blk_flush_complete_seq()
186 list_add_tail(&rq->queuelist, pending); in blk_flush_complete_seq()
293 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_kick_flush() local
295 list_first_entry(pending, struct request, queuelist); in blk_kick_flush()
299 if (fq->flush_pending_idx != fq->flush_running_idx || list_empty(pending)) in blk_kick_flush()