Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
intn
const struct cpumask *src1p
const struct cpumask *src2p
38  If n != -1 Then verify cpu argument to cpumask_* operators
40  Return d_next_and_bit - find the next set bit in both memory regions*@addr1: The first address to base the search on*@addr2: The second address to base the search on*@offset: The bitnumber to start searching at*@size: The bitmap size in bits* Returns the bit
Caller
NameDescribe
smp_call_function_anysmp_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_manysmp_call_function_many(): Run a function on a set of other CPUs