Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\smp.h Create Date:2022-07-28 05:37:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:smp_call_function_any

Proto:static inline int smp_call_function_any(const struct cpumask *mask, smp_call_func_t func, void *info, int wait)

Type:int

Parameter:

TypeParameterName
const struct cpumask *mask
smp_call_func_tfunc
void *info
intwait
163  Return smp_call_function_single(0, func, info, wait)
Caller
NameDescribe
mon_event_read