Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Tells if entity @a should preempt entity @b.

Proto:static inline bool dl_entity_preempt(struct sched_dl_entity *a, struct sched_dl_entity *b)

Type:bool

Parameter:

TypeParameterName
struct sched_dl_entity *a
struct sched_dl_entity *b
221  Return dl_entity_is_special(a) || dl_time_before(deadline, deadline)
Caller
NameDescribe
check_preempt_curr_dl