函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\stop_machine.h Create Date:2022-07-27 06:55:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:stop_cpus

函数原型:static inline int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg)

返回类型:int

参数:

类型参数名称
const struct cpumask *cpumask
cpu_stop_fn_tfn
void *arg
88  如果测试CPU信息则返回:stop_one_cpu(These macros fold the SMP functionality into a single CPU system(), fn, arg)
90  返回:负ENOENT
调用者
名称描述
try_stop_cpus