函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\core.c Create Date:2022-07-27 10:36:34
Last Modify:2022-05-22 13:40:38 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Consumers of these two interfaces, like for example the cpuidle menu* governor, are using nonsensical data. Preferring shallow idle state selection* for a CPU that has IO-wait which might not even end up running the task when* it does become runnable.

函数原型:unsigned long nr_iowait_cpu(int cpu)

返回类型:unsigned long

参数:

类型参数名称
intcpu
3447  返回:atomic_read( & nr_iowait)
调用者
名称描述
nr_iowaitIO-wait accounting, and how its mostly bollocks (on SMP).* The idea behind IO-wait account is to account the idle time that we could* have spend running if it were not for IO. That is, if we were to improve the