Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:smpboot_park_thread

Proto:static void smpboot_park_thread(struct smp_hotplug_thread *ht, unsigned int cpu)

Type:void

Parameter:

TypeParameterName
struct smp_hotplug_thread *ht
unsigned intcpu
249  tsk = per_cpu_ptr(store, cpu)
251  If tsk && Not selfparking Then kthread_park - park a thread created by kthread_create()
Caller
NameDescribe
smpboot_park_threads