Home
last modified time | relevance | path

Searched refs:sched_cpu_deactivate (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dhotplug.h12 extern int sched_cpu_deactivate(unsigned int cpu);
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dcpu_hotplug.rst291 cpuhp/4-31 [004] 22.977: cpuhp_enter: cpu: 0004 target: 140 step: 168 (sched_cpu_deactivate)
/OK3568_Linux_fs/kernel/kernel/
H A Dcpu.c2033 .teardown.single = sched_cpu_deactivate,
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c7290 sched_cpu_deactivate(cpu); in sched_cpus_activate()
7328 int sched_cpu_deactivate(unsigned int cpu) in sched_cpu_deactivate() function