Function report |
Source Code:block\blk-wbt.c |
Create Date:2022-07-28 18:07:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Enable wbt if defaults are configured that way
Proto:void wbt_enable_default(struct request_queue *q)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct request_queue * | q |
646 | rqos = wbt_rq_qos(q) |
648 | If rqos Then Return |
652 | If Not blk_queue_registered(q) Then Return |
655 | If queue_is_mq(q) && IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_BLK_WBT_MQ) Then wbt_init(q) |
Name | Describe |
---|---|
blk_register_queue | lk_register_queue - register a block layer queue with sysfs*@disk: Disk of which the request queue should be registered with sysfs. |
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 |