Home
last modified time | relevance | path

Searched refs:tasks_frozen (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/power/
Dsuspend-and-cpuhotplug.rst156 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
/linux-6.12.1/kernel/
Dcpu.c1399 static int __ref _cpu_down(unsigned int cpu, int tasks_frozen, in _cpu_down() argument
1413 cpuhp_tasks_frozen = tasks_frozen; in _cpu_down()
1632 static int _cpu_up(unsigned int cpu, int tasks_frozen, enum cpuhp_state target) in _cpu_up() argument
1667 cpuhp_tasks_frozen = tasks_frozen; in _cpu_up()