Function report |
Source Code:kernel\sched\sched.h |
Create Date:2022-07-28 05:59:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rq_clock_task
Proto:static inline u64 rq_clock_task(struct rq *rq)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
struct rq * | rq |
1104 | lockdep_assert_held( & runqueue lock: ) |
1105 | assert_clock_updated(rq) |
Name | Describe |
---|---|
update_curr | Update the current task's runtime statistics. |
update_stats_curr_start | We are picking a new current task - update its stats: |
update_curr_rt | Update the current task's runtime statistics. Skip current tasks that* are not in our scheduling class. |
set_next_task_rt | |
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). |
set_next_task_dl | |
set_next_task_stop | |
put_prev_task_stop |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |