Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:smpboot_unpark_thread

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

Type:void

Parameter:

TypeParameterName
struct smp_hotplug_thread *ht
unsigned intcpu
230  tsk = per_cpu_ptr(store, cpu)
232  If Not selfparking Then 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
smpboot_unpark_threads
smpboot_register_percpu_threadsmpboot_register_percpu_thread - Register a per_cpu thread related* to hotplug*@plug_thread: Hotplug thread descriptor* Creates and starts the threads on all online cpus.