Function report |
Source Code:kernel\sched\cpudeadline.c |
Create Date:2022-07-28 09:41:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cpudl_heapify_up
Proto:static void cpudl_heapify_up(struct cpudl *cp, int idx)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cpudl * | cp | |
int | idx |
76 | If idx == 0 Then Return |
79 | Do |
81 | If dl_time_before(orig_dl, dl) Then Break |
Name | Describe |
---|---|
cpudl_heapify | |
cpudl_set | pudl_set - update the cpudl max-heap*@cp: the cpudl max-heap context*@cpu: the target CPU*@dl: the new earliest deadline for this CPU* Notes: assumes cpu_rq(cpu)->lock is locked* Returns: (void) |
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 |