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_unpark_threads

Proto:int smpboot_unpark_threads(unsigned int cpu)

Type:int

Parameter:

TypeParameterName
unsigned intcpu
240  mutex_lock( & smpboot_threads_lock)
241  list_for_each_entry - iterate over list of given type*@pos: the type * to use as a loop cursor.*@head: the head for your list.*@member: the name of the list_head within the struct.(cur, & hotplug_threads, list)
242  smpboot_unpark_thread(cur, cpu)
243  mutex_unlock( & smpboot_threads_lock)
244  Return 0