Home
last modified time | relevance | path

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

/block/
Dblk-flush.c169 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()
289 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_kick_flush() local
291 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()
Dgenhd.c1894 unsigned int pending; /* events already sent out */ member
2057 unsigned int pending; in disk_clear_events() local
2084 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()