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.c189 if (!cpuhp_tasks_frozen) in intel_epb_online()
199 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.c667 if (cpuhp_tasks_frozen) in coretemp_cpu_online()
725 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.c460 bool cpuhp_tasks_frozen; variable
461 EXPORT_SYMBOL_GPL(cpuhp_tasks_frozen);
1413 cpuhp_tasks_frozen = tasks_frozen; in _cpu_down()
1662 cpuhp_tasks_frozen = tasks_frozen; in _cpu_up()
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c2722 if (!cpuhp_tasks_frozen) in mce_disable_cpu()
2736 if (!cpuhp_tasks_frozen) in mce_reenable_cpu()
2749 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.c2794 if (!cpuhp_tasks_frozen) { in console_cpu_notify()
/linux/kernel/sched/
H A Dcore.c8349 if (cpuhp_tasks_frozen) { in cpuset_cpu_active()
8371 if (!cpuhp_tasks_frozen) { in cpuset_cpu_inactive()