Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:q_active_insert - insert an entity in the active tree of its* group/device

Proto:static void bfq_active_insert(struct bfq_service_tree *st, struct bfq_entity *entity)

Type:void

Parameter:

TypeParameterName
struct bfq_service_tree *st
struct bfq_entity *entity
478  bfqq = bfq_entity_to_bfqq(entity)
479  node = service_tree member
486  q_insert - generic tree insertion.*@root: tree root.*@entity: entity to insert.* This is used for the idle and the active tree, since they are both* ordered by finish time.
488  If rb_left Then node = rb_left
490  Else if rb_right Then node = rb_right
493  q_update_active_tree - update min_start for the whole active tree
500  If bfqq Then list_add - add a new entry*@new: new entry to be added*@head: list head to add it after* Insert a new entry after the specified head.* This is good for implementing stacks.
Caller
NameDescribe
bfq_update_fin_time_enqueue