Function report |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-28 17:54:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Decrement the weight counter associated with the queue, and, if the* counter reaches 0, remove the counter from the tree.* See the comments to the function bfq_weights_tree_add() for considerations* about overhead.
Proto:void __bfq_weights_tree_remove(struct bfq_data *bfqd, struct bfq_queue *bfqq, struct rb_root_cached *root)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bfq_data * | bfqd | |
struct bfq_queue * | bfqq | |
struct rb_root_cached * | root |
800 | If Not pointer to the weight counter associated with this entity Then Return |
804 | If r of active queues with this weight > 0 Then Go to reset_entity_pointer |
810 | reset_entity_pointer : |
Name | Describe |
---|---|
bfq_weights_tree_remove | Invoke __bfq_weights_tree_remove on bfqq and decrement the number* of active groups for each queue's inactive parent entity. |
__bfq_entity_update_weight_prio | Update weight and priority of entity |
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 |