Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sched_rt_rq_enqueue

Proto:static inline void sched_rt_rq_enqueue(struct rt_rq *rt_rq)

Type:void

Parameter:

TypeParameterName
struct rt_rq *rt_rq
590  rq = rq_of_rt_rq(rt_rq)
592  If Not rt_nr_running Then Return
595  enqueue_top_rt_rq(rt_rq)
596  sched_curr - mark rq's current task 'to be rescheduled now'.* On UP this means the setting of the need_resched flag, on SMP it* might also involve a cross-CPU call to trigger the scheduler on* the target CPU.
Caller
NameDescribe
do_sched_rt_period_timer