函数逻辑报告 |
Source Code:block\bfq-wf2q.c |
Create Date:2022-07-27 19:34:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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.
函数原型:static void bfq_insert(struct rb_root *root, struct bfq_entity *entity)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rb_root * | root | |
struct bfq_entity * | entity |
382 | entry等于rb_entry(parent, structbfq_entity, rb_node) |
390 | rb_link_node( & service_tree member , parent, node) |
391 | rb_insert_color( & service_tree member , root) |
名称 | 描述 |
---|---|
bfq_active_insert | q_active_insert - insert an entity in the active tree of its* group/device |
bfq_idle_insert | q_idle_insert - insert an entity into the idle tree.*@st: the service tree containing the tree.*@entity: the entity to insert. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |