Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct sched_dl_entity * | a | |
struct sched_dl_entity * | b |
221 | Return dl_entity_is_special(a) || dl_time_before(deadline, deadline) |
Name | Describe |
---|---|
check_preempt_curr_dl |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |