Searched refs:pending (Results 1 – 2 of 2) sorted by relevance
169 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_flush_complete_seq() local185 if (list_empty(pending)) in blk_flush_complete_seq()187 list_move_tail(&rq->flush.list, pending); in blk_flush_complete_seq()289 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_kick_flush() local291 list_first_entry(pending, struct request, flush.list); in blk_kick_flush()295 if (fq->flush_pending_idx != fq->flush_running_idx || list_empty(pending)) in blk_kick_flush()
1894 unsigned int pending; /* events already sent out */ member2057 unsigned int pending; in disk_clear_events() local2084 pending = ev->pending & mask; in disk_clear_events()2085 ev->pending &= ~mask; in disk_clear_events()2089 return pending; in disk_clear_events()2147 events &= ~ev->pending; in disk_check_events()2148 ev->pending |= events; in disk_check_events()