首页 > 其他分享 >电源管理 【ChatGPT】

电源管理 【ChatGPT】

时间:2023-12-11 22:57:01浏览次数:27  
标签:suspend Power 管理 电源 swsusp Regulator Management Interface ChatGPT

  • https://www.kernel.org/doc/html/v6.6/power/index.html

    APM or ACPI?
    Debugging hibernation and suspend
    Charger Manager
    Testing suspend and resume support in device drivers
    Energy Model of devices
    Freezing of tasks
    Operating Performance Points (OPP) Library
    PCI Power Management
    PM Quality Of Service Interface
    Linux power supply class
    Runtime Power Management Framework for I/O Devices
    How to get s2ram working
    Interaction of Suspend code (S3) with the CPU hotplug infrastructure
    System Suspend and Device Interrupts
    Using swap files with software suspend (swsusp)
    How to use dm-crypt and swsusp together
    Swap suspend
    Video issues with S3 resume
    swsusp/S3 tricks
    Documentation for userland software suspend interface
    Power Capping Framework
    Dynamic Thermal Power Management framework
    Regulator Consumer Driver Interface
    Regulator API design notes
    Regulator Machine Driver Interface
    Linux voltage and current regulator framework
    Regulator Driver Interface

标签:suspend,Power,管理,电源,swsusp,Regulator,Management,Interface,ChatGPT
From: https://www.cnblogs.com/pengdonglin137/p/17895784.html

相关文章

  • CPU空闲时间管理 【ChatGPT】
    https://www.kernel.org/doc/html/v6.6/driver-api/pm/cpuidle.htmlCPU空闲时间管理版权©2019IntelCorporation作者[email protected]空闲时间管理子系统系统中的每个逻辑CPU(看起来获取和执行指令的实体:如果存在的话,硬件线程或处理器......
  • 调度器统计 【ChatGPT】
    https://www.kernel.org/doc/html/v6.6/scheduler/sched-stats.html调度器统计版本15的schedstats删除了一些sched_yield的计数器:yld_exp_empty、yld_act_empty和yld_both_empty。除此之外,它与版本14完全相同。版本14的schedstats包括对sched_domains的支持,......
  • 调度器调试文件说明 【ChatGPT】
    https://www.kernel.org/doc/html/v6.6/scheduler/sched-debug.html调度器调试文件说明numa_balancing目录numa_balancing目录用于保存控制NUMA平衡功能的文件。如果来自该功能的系统开销过高,则可以通过scan_period_min_ms、scan_delay_ms、scan_period_max_ms和scan_......
  • Scheduler pelt c program 【ChatGPT】
    https://www.kernel.org/doc/html/v6.6/scheduler/text_files.html/**Thefollowingprogramisusedtogeneratetheconstantsfor*computingschedaverages.**==============================================================* Cprogram(compilewith......
  • 调度器 Nice 设计 【ChatGPT】
    https://www.kernel.org/doc/html/v6.6/scheduler/sched-nice-design.html调度器Nice设计本文档解释了在新的Linux调度器中重新设计和简化nice-levels实现的思路。在Linux下,nicelevels一直比较弱,人们不断地纠缠我们,希望让nice+19的任务使用更少的CPU时间。不......
  • 实时组调度 【ChatGPT】
    https://www.kernel.org/doc/html/v6.6/scheduler/sched-rt-group.html实时组调度0.警告调整这些设置可能导致系统不稳定,这些旋钮只有root用户才能操作,并且假设root用户知道自己在做什么。最值得注意的是:在sched_rt_period_us中使用非常小的值可能导致系统不稳定,......
  • 利用率夹紧(Utilization Clamping) 【ChatGPT】
    https://www.kernel.org/doc/html/v6.6/scheduler/sched-util-clamp.html利用率夹紧1.简介利用率夹紧,也称为utilclamp或uclamp,是一种调度器功能,允许用户空间帮助管理任务的性能需求。它是在v5.3版本中引入的。CGroup支持在v5.4中合并。Uclamp是一种提示机制,允许调度器了解......
  • 能量感知调度(EAS) 【ChatGPT】
    https://www.kernel.org/doc/html/v6.6/scheduler/sched-energy.html能量感知调度1.简介能量感知调度(EnergyAwareScheduling,EAS)赋予调度器预测其决策对CPU能量消耗的影响的能力。EAS依赖于CPU的能量模型(EnergyModel,EM)来为每个任务选择一个能效高、对吞吐量影响最小......
  • 图书管理系统+自省
      一直以来博客园的内容都是偏向于完成每日打卡任务,因为进度慢,要么写一些杂七杂八的东西,要么好不容易跟着写了个项目,有时就在以前项目架子上硬改,连目录名字都不变,有时做的完整在博客园只记录布局和部分代码,过些日子自己的代码扔哪里都不知道了, 现在尽管还在初学阶段,很多功能......
  • Schedutil 【ChatGPT】
    https://www.kernel.org/doc/html/v6.6/scheduler/schedutil.htmlSchedutil注意所有这些都假设频率和工作能力之间存在线性关系,我们知道这是有缺陷的,但这是最好的可行近似。PELT(PerEntityLoadTracking)使用PELT,我们跟踪各种调度实体的一些指标,从单个任务到任务组切片到......