Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Change rt_se->run_list location unless SAVE && !MOVE* assumes ENQUEUE/DEQUEUE flags match

Proto:static inline bool move_entity(unsigned int flags)

Type:bool

Parameter:

TypeParameterName
unsigned intflags
1215  If (flags & (Matches ENQUEUE_RESTORE | Matches ENQUEUE_MOVE )) == Matches ENQUEUE_RESTORE Then Return false
1218  Return true
Caller
NameDescribe
__enqueue_rt_entity
__dequeue_rt_entity