Function report |
Source Code:kernel\sched\cpufreq_schedutil.c |
Create Date:2022-07-28 09:45:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sugov_update_shared
Proto:static void sugov_update_shared(struct update_util_data *hook, u64 time, unsigned int flags)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct update_util_data * | hook | |
u64 | time | |
unsigned int | flags |
530 | raw_spin_lock( & For shared policies ) |
533 | last_update = time |
537 | If Governor internals ********************** Then |
538 | next_f = sugov_next_freq_shared(sg_cpu, time) |
540 | If fast_switch_enabled Then sugov_fast_switch(sg_policy, time, next_f) |
542 | Else sugov_deferred_update(sg_policy, time, next_f) |
546 | raw_spin_unlock( & For shared policies ) |
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 |