Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:rq_clock_task

Proto:static inline u64 rq_clock_task(struct rq *rq)

Type:u64

Parameter:

TypeParameterName
struct rq *rq
1104  lockdep_assert_held( & runqueue lock: )
1105  assert_clock_updated(rq)
1107  Return Ensure that all clocks are in the same cache line
Caller
NameDescribe
update_currUpdate the current task's runtime statistics.
update_stats_curr_startWe are picking a new current task - update its stats:
update_curr_rtUpdate the current task's runtime statistics. Skip current tasks that* are not in our scheduling class.
set_next_task_rt
update_curr_dlUpdate 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