函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\rt.c Create Date:2022-07-27 10:39:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Change rt_se->run_list location unless SAVE && !MOVE* assumes ENQUEUE/DEQUEUE flags match

函数原型:static inline bool move_entity(unsigned int flags)

返回类型:bool

参数:

类型参数名称
unsigned intflags
1215  如果flags按位与Matches ENQUEUE_RESTORE 按位或Matches ENQUEUE_MOVE 的值的值恒等于Matches ENQUEUE_RESTORE 则返回:false
1218  返回:true
调用者
名称描述
__enqueue_rt_entity
__dequeue_rt_entity