Home
last modified time | relevance | path

Searched refs:cpuhp_tasks_frozen (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/
H A Dintel_epb.c189 if (!cpuhp_tasks_frozen) in intel_epb_online()
199 if (!cpuhp_tasks_frozen) in intel_epb_offline()
/openbmc/linux/include/linux/
H A Dcpu.h105 extern bool cpuhp_tasks_frozen;
115 #define cpuhp_tasks_frozen 0 macro
/openbmc/linux/drivers/hwmon/
H A Dcoretemp.c646 if (cpuhp_tasks_frozen) in coretemp_cpu_online()
704 if (cpuhp_tasks_frozen) in coretemp_cpu_offline()
/openbmc/linux/Documentation/power/
H A Dsuspend-and-cpuhotplug.rst245 as part of the suspend/hibernate cycle (cpuhp_tasks_frozen is set),
268 operation in progress. Hence, the cpuhp_tasks_frozen variable will not
/openbmc/linux/kernel/
H A Dcpu.c460 bool cpuhp_tasks_frozen; variable
461 EXPORT_SYMBOL_GPL(cpuhp_tasks_frozen);
1446 cpuhp_tasks_frozen = tasks_frozen; in _cpu_down()
1701 cpuhp_tasks_frozen = tasks_frozen; in _cpu_up()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c2670 if (!cpuhp_tasks_frozen) in mce_disable_cpu()
2684 if (!cpuhp_tasks_frozen) in mce_reenable_cpu()
2699 if (!cpuhp_tasks_frozen) in mce_cpu_dead()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dcpu_hotplug.rst147 * 如果任务因暂停操作而被冻结,那么 *cpuhp_tasks_frozen* 将被设置为true。
/openbmc/linux/Documentation/core-api/
H A Dcpu_hotplug.rst143 * If tasks are frozen due to a suspend operation then *cpuhp_tasks_frozen*
/openbmc/linux/kernel/printk/
H A Dprintk.c2642 if (!cpuhp_tasks_frozen) { in console_cpu_notify()
/openbmc/linux/kernel/sched/
H A Dcore.c9614 if (cpuhp_tasks_frozen) { in cpuset_cpu_active()
9636 if (!cpuhp_tasks_frozen) { in cpuset_cpu_inactive()