函数逻辑报告 |
Source Code:kernel\sched\fair.c |
Create Date:2022-07-27 10:38:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:cfs_rq_of
函数原型:static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se)
返回类型:struct cfs_rq
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sched_entity * | se |
455 | 返回:cfs |
名称 | 描述 |
---|---|
sched_slice | 分配给进程的运行时间 |
update_curr_fair | |
reweight_task | |
__clear_buddies_last | |
__clear_buddies_next | |
__clear_buddies_skip | |
enqueue_task_fair | The enqueue_task method is called before nr_running is* increased. Here we update the fair scheduling stats and* then put the task into the rbtree: |
dequeue_task_fair | The dequeue_task method is called before nr_running is* decreased. We remove the task from the rbtree and* update the fair scheduling stats: |
set_last_buddy | |
set_next_buddy | |
set_skip_buddy | |
check_preempt_wakeup | Preempt the current task with a newly woken task if needed: |
put_prev_task_fair | Account for a descheduled task: |
yield_to_task_fair | |
task_tick_fair | scheduler tick hitting a task of our scheduling class |
detach_entity_cfs_rq | |
attach_entity_cfs_rq | |
detach_task_cfs_rq | |
attach_task_cfs_rq | |
set_next_task_fair | Account for a task changing its policy or group.* This routine is mostly called to set cfs_rq->curr field when a task* migrates between groups/classes. |
get_rr_interval_fair |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |