Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\stop_machine.c Create Date:2022-07-28 11:21:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:stop_machine_unpark

Proto:void stop_machine_unpark(int cpu)

Type:void

Parameter:

TypeParameterName
intcpu
562  stopper = per_cpu(cpu_stopper, cpu)
564  s this stopper enabled? = true
565  kthread_unpark - unpark a thread created by kthread_create().*@k: thread created by kthread_create().* Sets kthread_should_park() for @k to return false, wakes it, and* waits for it to return. If the thread is marked percpu then its
Caller
NameDescribe
cpu_stop_init