Function report |
Source Code:kernel\sched\fair.c |
Create Date:2022-07-28 09:38:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:delta_exec * weight / lw.weight* OR* (delta_exec * (weight * lw->inv_weight)) >> WMULT_SHIFT* Either weight := NICE_0_LOAD and lw \e sched_prio_to_wmult[], in which case* we're guaranteed shift stays positive because inv_weight is guaranteed to
Proto:static u64 __calc_delta(u64 delta_exec, unsigned long weight, struct load_weight *lw)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | delta_exec | |
unsigned long | weight | |
struct load_weight * | lw |
220 | fact = scale_load_down(weight) |
221 | shift = WMULT_SHIFT |
223 | __update_inv_weight(lw) |
225 | If Value for the false possibility is greater at compile time(fact >> 32) Then |
232 | fact = mul_u32_u32(fact, inv_weight) |
239 | Return mul_u64_u32_shr(delta_exec, fact, shift) |
Name | Describe |
---|---|
calc_delta_fair | delta /= w |
sched_slice | We calculate the wall-time slice from the period by taking a part* proportional to the weight.* s = p*P[w/rw] |
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 |