Function report |
Source Code:block\mq-deadline.c |
Create Date:2022-07-28 17:50:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:For zoned block devices, write unlock the target zone of* completed write requests. Do this while holding the zone lock* spinlock so that the zone is never unlocked while deadline_fifo_request()* or deadline_next_request() are executing
Proto:static void dd_finish_request(struct request *rq)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct request * | rq |
566 | If blk_queue_is_zoned(q) Then |
567 | dd = elevator_data |
570 | spin_lock_irqsave( & zone_lock, flags) |
574 | spin_unlock_irqrestore( & zone_lock, flags) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |