Function report |
Source Code:lib\cpumask.c |
Create Date:2022-07-28 06:16:02 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pumask_next_and - get the next cpu in *src1p & *src2p*@n: the cpu prior to the place to search (ie. return will be > @n)*@src1p: the first cpumask pointer*@src2p: the second cpumask pointer* Returns >= nr_cpu_ids if no further cpus set in both.
Proto:int cpumask_next_and(int n, const struct cpumask *src1p, const struct cpumask *src2p)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| int | n | |
| const struct cpumask * | src1p | |
| const struct cpumask * | src2p |
| 38 | If n != -1 Then verify cpu argument to cpumask_* operators |
| Name | Describe |
|---|---|
| smp_call_function_any | smp_call_function_any - Run a function on any of the given cpus*@mask: The mask of cpus it can run on.*@func: The function to run. This must be fast and non-blocking.*@info: An arbitrary pointer to pass to the function. |
| smp_call_function_many | smp_call_function_many(): Run a function on a set of other CPUs |
| 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 |