Function report |
Source Code:kernel\sched\cpufreq_schedutil.c |
Create Date:2022-07-28 09:44:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sugov_iowait_reset() - Reset the IO boost status of a CPU
Proto:static bool sugov_iowait_reset(struct sugov_cpu *sg_cpu, u64 time, bool set_iowait_boost)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct sugov_cpu * | sg_cpu | |
u64 | time | |
bool | set_iowait_boost |
318 | delta_ns = time - last_update |
321 | If delta_ns <= TICK_NSEC is the time between ticks in nsec assuming SHIFTED_HZ Then Return false |
324 | iowait_boost = If set_iowait_boost Then IOWAIT_BOOST_MIN Else 0 |
327 | Return true |
Name | Describe |
---|---|
sugov_iowait_boost | sugov_iowait_boost() - Updates the IO boost status of a CPU |
sugov_iowait_apply | sugov_iowait_apply() - Apply the IO boost to a CPU |
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 |