Skip to content
Snippets Groups Projects
Select Git revision
  • 09a1d34f8535ecf9a347ea76f7597730c2bc0c8d
  • rk3588 default
  • kci-gitlab
  • rk3588-test
  • rk3588-usbdp
  • rk3588-hdmirx-v3
  • eugen/rk3588-hdmi-tx
  • rk3588-test-thernmal-opp-fan
  • master
  • rk3588-v6.7
  • rk3588-hdmi-input
  • rk3588-hdmi-wip-next-20231101
  • rk3588-v6.6
  • wip/obbardc/set-hostcc
  • rk3588-v6.4
  • rk3588-dfi
  • rk3588-vo1grf-clk-fix
  • rk3588-av1
  • rk3588-adc
  • rk3588_av1_decoder_node
  • rk3588-usb3
  • v6.8-rc1
  • v6.7-rc1
  • v6.6
  • v6.6-rc1
  • v6.5
  • v6.5-rc1
  • v6.4
  • v6.4-rc1
  • v6.3
  • v6.3-rc1
  • v6.2-rc1
  • v6.0-rc1
  • v5.19-rc3
  • v5.19-rc2
  • v5.19-rc1
  • v5.18
  • v5.18-rc7
  • v5.18-rc6
  • v5.18-rc5
  • v5.18-rc4
41 results

kernel

  • Clone with SSH
  • Clone with HTTPS
  • Forked from hardware-enablement / Rockchip upstream enablement efforts / linux
    Source project has a limited visibility.
    user avatar
    Michal Hocko authored and Thomas Gleixner committed
    get_cpu_{idle,iowait}_time_us update idle/iowait counters
    unconditionally if the given CPU is in the idle loop.
    
    This doesn't work well outside of CPU governors which are singletons
    so nobody (except for IRQ) can race with them.
    
    We will need to use both functions from /proc/stat handler to properly
    handle nohz idle/iowait times.
    
    Make the update depend on a non NULL last_update_time argument.
    
    Signed-off-by: default avatarMichal Hocko <mhocko@suse.cz>
    Cc: Dave Jones <davej@redhat.com>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Alexey Dobriyan <adobriyan@gmail.com>
    Link: http://lkml.kernel.org/r/11f23179472635ce52e78921d47a20216b872f23.1314172057.git.mhocko@suse.cz
    
    
    Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    09a1d34f
    History
    Name Last commit Last update
    ..