Searched refs:tasks_frozen (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/kernel/ |
D | cpu.c | 849 static void cpu_up_down_serialize_trainwrecks(bool tasks_frozen) in cpu_up_down_serialize_trainwrecks() argument 868 if (!tasks_frozen) in cpu_up_down_serialize_trainwrecks() 1051 static int __ref _cpu_down(unsigned int cpu, int tasks_frozen, in _cpu_down() argument 1064 if (!tasks_frozen && !cpu_isolated(cpu) && num_online_uniso_cpus() == 1) in _cpu_down() 1070 cpuhp_tasks_frozen = tasks_frozen; in _cpu_down() 1114 cpu_up_down_serialize_trainwrecks(tasks_frozen); in _cpu_down() 1255 static int _cpu_up(unsigned int cpu, int tasks_frozen, enum cpuhp_state target) in _cpu_up() argument 1284 cpuhp_tasks_frozen = tasks_frozen; in _cpu_up() 1311 cpu_up_down_serialize_trainwrecks(tasks_frozen); in _cpu_up()
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | suspend-and-cpuhotplug.rst | 156 in that during regular CPU hotplug, 0 is passed for the 'tasks_frozen' 159 with the 'tasks_frozen' argument set to 1. 264 1. When invoking regular CPU hotplug, the 'tasks_frozen' argument passed to
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | kernel.patch | 724 @@ -1053,7 +1057,7 @@ static int __ref _cpu_down(unsigned int cpu, int tasks_frozen,
|