Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:stop_machine

Proto:int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus)

Type:int

Parameter:

TypeParameterName
cpu_stop_fn_tfn
void *data
const struct cpumask *cpus
637  cpus_read_lock()
638  ret = stop_machine_cpuslocked(fn, data, cpus)
639  cpus_read_unlock()
640  Return ret