Function report |
Source Code:kernel\sched\fair.c |
Create Date:2022-07-28 09:38:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:min_vruntime
Proto:static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | min_vruntime | |
u64 | vruntime |
516 | delta = vruntime - min_vruntime |
517 | If delta < 0 Then min_vruntime = vruntime |
520 | Return min_vruntime |
Name | Describe |
---|---|
update_min_vruntime |
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 |