Function report |
Source Code:kernel\sched\cpudeadline.c |
Create Date:2022-07-28 09:41:32 |
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
Proto:static void cpudl_heapify(struct cpudl *cp, int idx)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cpudl * | cp | |
int | idx |
97 | If idx > 0 && dl_time_before(dl, dl) Then cpudl_heapify_up(cp, idx) |
100 | Else cpudl_heapify_down(cp, idx) |
Name | Describe |
---|---|
cpudl_clear | pudl_clear - remove a CPU from the cpudl max-heap*@cp: the cpudl max-heap context*@cpu: the target CPU* Notes: assumes cpu_rq(cpu)->lock is locked* Returns: (void) |
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 |