Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dintel_epb.c189 if (!cpuhp_tasks_frozen) in intel_epb_online()
199 if (!cpuhp_tasks_frozen) in intel_epb_offline()
/linux-6.3-rc2/include/linux/
A Dcpu.h96 extern bool cpuhp_tasks_frozen;
106 #define cpuhp_tasks_frozen 0 macro
/linux-6.3-rc2/drivers/hwmon/
A Dcoretemp.c650 if (cpuhp_tasks_frozen) in coretemp_cpu_online()
708 if (cpuhp_tasks_frozen) in coretemp_cpu_offline()
/linux-6.3-rc2/kernel/
A Dcpu.c281 bool cpuhp_tasks_frozen; variable
282 EXPORT_SYMBOL_GPL(cpuhp_tasks_frozen);
1166 cpuhp_tasks_frozen = tasks_frozen; in _cpu_down()
1388 cpuhp_tasks_frozen = tasks_frozen; in _cpu_up()
/linux-6.3-rc2/Documentation/power/
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.3-rc2/arch/x86/kernel/cpu/mce/
A Dcore.c2618 if (!cpuhp_tasks_frozen) in mce_disable_cpu()
2632 if (!cpuhp_tasks_frozen) in mce_reenable_cpu()
2647 if (!cpuhp_tasks_frozen) in mce_cpu_dead()
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dcpu_hotplug.rst147 * 如果任务因暂停操作而被冻结,那么 *cpuhp_tasks_frozen* 将被设置为true。
/linux-6.3-rc2/Documentation/core-api/
A Dcpu_hotplug.rst152 * If tasks are frozen due to a suspend operation then *cpuhp_tasks_frozen*
/linux-6.3-rc2/kernel/printk/
A Dprintk.c2589 if (!cpuhp_tasks_frozen) { in console_cpu_notify()
/linux-6.3-rc2/kernel/sched/
A Dcore.c9481 if (cpuhp_tasks_frozen) { in cpuset_cpu_active()
9503 if (!cpuhp_tasks_frozen) { in cpuset_cpu_inactive()

Completed in 51 milliseconds