Searched refs:pending (Results 1 – 2 of 2) sorted by relevance
17 unsigned int pending; /* events already sent out */ member198 events &= ~ev->pending; in disk_check_events()199 ev->pending |= events; in disk_check_events()230 unsigned int pending; in disk_clear_events() local257 pending = ev->pending & mask; in disk_clear_events()258 ev->pending &= ~mask; in disk_clear_events()262 return pending; in disk_clear_events()
168 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_flush_complete_seq() local184 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() local295 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()