Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dintel_epb.c193 if (!cpuhp_tasks_frozen) in intel_epb_online()
203 if (!cpuhp_tasks_frozen) in intel_epb_offline()
/linux/include/linux/
H A Dcpu.h117 extern bool cpuhp_tasks_frozen;
128 #define cpuhp_tasks_frozen 0 macro
/linux/drivers/hwmon/
H A Dcoretemp.c676 if (cpuhp_tasks_frozen) in coretemp_cpu_online()
734 if (cpuhp_tasks_frozen) in coretemp_cpu_offline()
/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
/linux/kernel/
H A Dcpu.c459 bool cpuhp_tasks_frozen; variable
460 EXPORT_SYMBOL_GPL(cpuhp_tasks_frozen);
1427 cpuhp_tasks_frozen = tasks_frozen; in _cpu_down()
1651 cpuhp_tasks_frozen = tasks_frozen; in _cpu_up()
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c2759 if (!cpuhp_tasks_frozen) in mce_disable_cpu()
2773 if (!cpuhp_tasks_frozen) in mce_reenable_cpu()
2786 if (!cpuhp_tasks_frozen) in mce_cpu_dead()
/linux/Documentation/translations/zh_CN/core-api/
H A Dcpu_hotplug.rst141 * 如果任务因暂停操作而被冻结,那么 *cpuhp_tasks_frozen* 将被设置为true。
/linux/Documentation/core-api/
H A Dcpu_hotplug.rst137 * If tasks are frozen due to a suspend operation then *cpuhp_tasks_frozen*
/linux/kernel/printk/
H A Dprintk.c2868 if (!cpuhp_tasks_frozen) { in console_cpu_notify()
/linux/kernel/sched/
H A Dcore.c8569 if (cpuhp_tasks_frozen) { in cpuset_cpu_active()
8591 if (!cpuhp_tasks_frozen) { in cpuset_cpu_inactive()