Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/include/linux/
H A Dcpu.h113 extern bool cpuhp_tasks_frozen;
123 #define cpuhp_tasks_frozen 0 macro
/linux-6.15/drivers/hwmon/
H A Dcoretemp.c673 if (cpuhp_tasks_frozen) in coretemp_cpu_online()
731 if (cpuhp_tasks_frozen) in coretemp_cpu_offline()
/linux-6.15/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
/linux-6.15/kernel/
H A Dcpu.c459 bool cpuhp_tasks_frozen; variable
460 EXPORT_SYMBOL_GPL(cpuhp_tasks_frozen);
1415 cpuhp_tasks_frozen = tasks_frozen; in _cpu_down()
1664 cpuhp_tasks_frozen = tasks_frozen; in _cpu_up()
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dcore.c2769 if (!cpuhp_tasks_frozen) in mce_disable_cpu()
2783 if (!cpuhp_tasks_frozen) in mce_reenable_cpu()
2796 if (!cpuhp_tasks_frozen) in mce_cpu_dead()
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dcpu_hotplug.rst141 * 如果任务因暂停操作而被冻结,那么 *cpuhp_tasks_frozen* 将被设置为true。
/linux-6.15/Documentation/core-api/
H A Dcpu_hotplug.rst137 * If tasks are frozen due to a suspend operation then *cpuhp_tasks_frozen*
/linux-6.15/kernel/printk/
H A Dprintk.c2821 if (!cpuhp_tasks_frozen) { in console_cpu_notify()
/linux-6.15/kernel/sched/
H A Dcore.c8230 if (cpuhp_tasks_frozen) { in cpuset_cpu_active()
8252 if (!cpuhp_tasks_frozen) { in cpuset_cpu_inactive()