Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched\rt.h Create Date:2022-07-28 05:41:00
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:task_is_realtime

Proto:static inline bool task_is_realtime(struct task_struct *tsk)

Type:bool

Parameter:

TypeParameterName
struct task_struct *tsk
23  policy = policy
25  If policy == SCHED_FIFO || policy == SCHED_RR Then Return true
27  If policy == SCHED_DEADLINE Then Return true
29  Return false
Caller
NameDescribe
__hrtimer_init_sleeper