函数逻辑报告 |
Source Code:kernel\sched\fair.c |
Create Date:2022-07-27 10:38:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:entity_before
函数原型:static inline int entity_before(struct sched_entity *a, struct sched_entity *b)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sched_entity * | a | |
struct sched_entity * | b |
名称 | 描述 |
---|---|
__enqueue_entity | Enqueue an entity into the rb-tree: |
pick_next_entity | Pick the next process, keeping these things in mind, in this order:* 1) keep things fair between processes/task groups* 2) pick the "next" process, since someone really wants that to run* 3) pick the "last" process, for cache locality* 4) do not run the |
task_fork_fair | alled on fork with the child task as argument from the parent's context* - child not yet on the tasklist* - preemption disabled |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |