Function report |
Source Code:kernel\smp.c |
Create Date:2022-07-28 10:56:02 |
Last Modify:2020-03-17 15:12:54 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:_each_cpu_mask(): Run a function on processors specified by* cpumask, which may include the local processor.*@mask: The set of cpus to run on (only runs on online subset).*@func: The function to run. This must be fast and non-blocking.
Proto:void on_each_cpu_mask(const struct cpumask *mask, smp_call_func_t func, void *info, bool wait)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct cpumask * | mask | |
smp_call_func_t | func | |
void * | info | |
bool | wait |
652 | put_cpu() |
Name | Describe |
---|---|
on_each_cpu_cond_mask | _each_cpu_cond(): Call a function on each processor for which* the supplied function cond_func returns true, optionally waiting* for all the required CPUs to finish |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |