Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\deadline.c Create Date:2022-07-28 09:40:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Yield task semantic for -deadline tasks is:* get off from the CPU until our next instance, with* a new runtime

Proto:static void yield_task_dl(struct rq *rq)

Type:void

Parameter:

TypeParameterName
struct rq *rq
1585  dl_yielded = 1
1587  update_rq_clock(rq)
1588  Update the current task's runtime statistics (provided it is still* a -deadline task and has not been removed from the dl_rq).
1594  rq_clock_skip_update(rq)