函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\smpboot.c Create Date:2022-07-27 10:34:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:smpboot_park_threads

函数原型:int smpboot_park_threads(unsigned int cpu)

返回类型:int

参数:

类型参数名称
unsigned intcpu
259  mutex_lock( & smpboot_threads_lock)
260  list_for_each_entry_reverse - iterate backwards 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)
261  smpboot_park_thread(cur, cpu)
262  mutex_unlock( & smpboot_threads_lock)
263  返回:0