Home
last modified time | relevance | path

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

/block/
Dblk-flush.c170 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_flush_complete_seq() local
185 if (list_empty(pending)) in blk_flush_complete_seq()
187 list_move_tail(&rq->flush.list, pending); in blk_flush_complete_seq()
291 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_kick_flush() local
293 list_first_entry(pending, struct request, flush.list); in blk_kick_flush()
297 if (fq->flush_pending_idx != fq->flush_running_idx || list_empty(pending)) in blk_kick_flush()
Dgenhd.c1525 unsigned int pending; /* events already sent out */ member
1690 unsigned int pending; in disk_clear_events() local
1722 pending = ev->pending & mask; in disk_clear_events()
1723 ev->pending &= ~mask; in disk_clear_events()
1727 return pending; in disk_clear_events()
1758 events &= ~ev->pending; in disk_check_events()
1759 ev->pending |= events; in disk_check_events()
Dblk-core.c2986 bool pending; in blk_end_request_all() local
2992 pending = blk_end_bidi_request(rq, error, blk_rq_bytes(rq), bidi_bytes); in blk_end_request_all()
2993 BUG_ON(pending); in blk_end_request_all()
3030 bool pending; in __blk_end_request_all() local
3039 pending = __blk_end_bidi_request(rq, error, blk_rq_bytes(rq), bidi_bytes); in __blk_end_request_all()
3040 BUG_ON(pending); in __blk_end_request_all()