what does nr_iowait_cpu() do?
Andev
debiandev at gmail.com
Mon Jul 14 22:07:01 EDT 2014
On Mon, Jul 14, 2014 at 10:10 AM, Mohammad Merajul Islam Molla
<meraj.enigma at gmail.com> wrote:
> Hello,
>
> I was looking into the code of cpuidle menu governor and it uses a
> function nr_iowait_cpu(int cpu).
> I could not find out what this function does.
>
> Can someone please explain what nr_iowait_cpu(int cpu) and variant
> nr_iowait() do?
>
> --
In all its glory:
unsigned long nr_iowait_cpu(int cpu)
{
struct rq *this = cpu_rq(cpu);
return atomic_read(&this->nr_iowait);
}
> Thanks,
> -Meraj
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
--
Andev
More information about the Kernelnewbies
mailing list