Function report |
Source Code:block\blk-throttle.c |
Create Date:2022-07-28 17:44:40 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:blk_throtl_register_queue
Proto:void blk_throtl_register_queue(struct request_queue *q)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct request_queue * | q |
| 2482 | td = Throttle data |
| 2485 | If blk_queue_nonrot(q) Then |
| 2486 | throtl_slice = DFL_THROTL_SLICE_SSD |
| 2488 | Else |
| 2490 | filtered_latency = 1ms |
| 2501 | track_bio_latency = Not queue_is_mq(q) |
| 2502 | If Not track_bio_latency Then blk_stat_enable_accounting(q) |
| 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 |