Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bfq_root_active_entity

Proto:static struct bfq_entity *bfq_root_active_entity(struct rb_root *tree)

Type:struct bfq_entity

Parameter:

TypeParameterName
struct rb_root *tree
25  node = rb_node
27  Return rb_entry(node, structbfq_entity, rb_node)
Caller
NameDescribe
bfq_calc_vtime_jumpq_calc_vtime_jump - compute the value to which the vtime should jump,* if needed, to have at least one entity eligible.*@st: the service tree to act upon.* Assumes that st is not empty.