函数逻辑报告 | 
Source Code:include\linux\sched\deadline.h | 
Create Date:2022-07-27 06:42:34 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:dl_task
函数原型:static inline int dl_task(struct task_struct *p)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct task_struct * | p | 
| 名称 | 描述 | 
|---|---|
| check_class_changed | switched_from, switched_to and prio_changed must _NOT_ drop rq->lock,* use the balance_callback list if you want balancing.* this means any call to check_class_changed() must be followed by a call to* balance_callback(). | 
| __sched_setscheduler | |
| task_non_contending | The utilization of a task cannot be immediately removed from* the rq active utilization (running_bw) when the task blocks | 
| dl_task_timer | This is the bandwidth enforcement timer callback | 
| update_curr_dl | Update the current task's runtime statistics (provided it is still* a -deadline task and has not been removed from the dl_rq). | 
| inactive_task_timer | |
| switched_to_dl | When switching to -deadline, we may overload the rq, then* we try to push someone off, if possible. | 
| hrtimer_nanosleep | |
| check_thread_timers | Check for any per-thread CPU timers that have fired and move them off* the tsk->cpu_timers[N] list onto the firing list. Here we update the | 
| fastpath_timer_check | astpath_timer_check - POSIX CPU timers fast path.*@tsk: The task (thread) being checked.* Check the task and thread group timers. If both are zero (there are no* timers set) return false. Otherwise snapshot the task and thread group | 
| probe_wakeup | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |