Home
last modified time | relevance | path

Searched refs:flush_queue (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/block/
Dblk-flush.c170 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_flush_complete_seq()
257 running = &fq->flush_queue[fq->flush_running_idx]; in flush_end_io()
312 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; in blk_kick_flush()
598 INIT_LIST_HEAD(&fq->flush_queue[0]); in blk_alloc_flush_queue()
599 INIT_LIST_HEAD(&fq->flush_queue[1]); in blk_alloc_flush_queue()
Dblk.h28 struct list_head flush_queue[2]; member
Dblk-core.c599 drain |= !list_empty(&fq->flush_queue[i]); in __blk_drain_queue()
/linux-4.19.296/drivers/s390/block/
Ddasd.c2015 struct list_head flush_queue; in dasd_flush_device_queue() local
2017 INIT_LIST_HEAD(&flush_queue); in dasd_flush_device_queue()
2041 list_move_tail(&cqr->devlist, &flush_queue); in dasd_flush_device_queue()
2050 list_for_each_entry_safe(cqr, n, &flush_queue, devlist) in dasd_flush_device_queue()
2057 __dasd_device_process_final_queue(device, &flush_queue); in dasd_flush_device_queue()
2848 struct list_head *flush_queue) in _dasd_requests_to_flushqueue() argument
2870 list_move_tail(&cqr->blocklist, flush_queue); in _dasd_requests_to_flushqueue()
2888 struct list_head flush_queue; in dasd_flush_block_queue() local
2892 INIT_LIST_HEAD(&flush_queue); in dasd_flush_block_queue()
2893 rc = _dasd_requests_to_flushqueue(block, &flush_queue); in dasd_flush_block_queue()
[all …]