Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:q_entity_of - get an entity from a node.*@node: the node field of the entity.* Convert a node pointer to the relative entity. This is used only* to simplify the logic of some functions and not as the generic* conversion mechanism because, e

Proto:struct bfq_entity *bfq_entity_of(struct rb_node *node)

Type:struct bfq_entity

Parameter:

TypeParameterName
struct rb_node *node
320  struct bfq_entity * entity = NULL
322  If node Then entity = rb_entry(node, structbfq_entity, rb_node)
325  Return entity
Caller
NameDescribe
bfq_idle_extractq_idle_extract - extract an entity from the idle tree.*@st: the service tree of the owning @entity.*@entity: the entity being removed.