函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bfq-wf2q.c Create Date:2022-07-27 19:34:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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

函数原型:struct bfq_entity *bfq_entity_of(struct rb_node *node)

返回类型:struct bfq_entity

参数:

类型参数名称
struct rb_node *node
320  struct bfq_entity * entity = NULL
322  如果nodeentity等于rb_entry(node, structbfq_entity, rb_node)
325  返回:entity
调用者
名称描述
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.