Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bfq-wf2q.c Create Date:2022-07-28 17:59:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:q_update_active_node - recalculate min_start.*@node: the node to update.*@node may have changed position or one of its children may have moved,* this function updates its min_start value. The left and right subtrees

Proto:static void bfq_update_active_node(struct rb_node *node)

Type:void

Parameter:

TypeParameterName
struct rb_node *node
427  entity = rb_entry(node, structbfq_entity, rb_node)
429  * minimum start time of the (active) subtree rooted at this * entity; used for O(log N) lookups into active trees = B-WF2Q+ start and finish timestamps [sectors/weight]
430  q_update_min - update the min_start field of a entity
431  q_update_min - update the min_start field of a entity
Caller
NameDescribe
bfq_update_active_treeq_update_active_tree - update min_start for the whole active tree