Function report |
Source Code:kernel\irq\affinity.c |
Create Date:2022-07-28 10:15:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:irq_spread_init_one
Proto:static void irq_spread_init_one(struct cpumask *irqmsk, struct cpumask *nmsk, unsigned int cpus_per_vec)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cpumask * | irqmsk | |
struct cpumask * | nmsk | |
unsigned int | cpus_per_vec |
18 | When cpus_per_vec > 0 cycle |
22 | If cpu >= nr_cpu_ids Then Return |
26 | pumask_set_cpu - set a cpu in a cpumask*@cpu: cpu number (< nr_cpu_ids)*@dstp: the cpumask pointer |
27 | cpus_per_vec-- |
31 | When cpus_per_vec > 0 cycle |
32 | sibl = pumask_next - get the next cpu in a cpumask*@n: the cpu prior to the place to search (ie. return will be > @n)*@srcp: the cpumask pointer* Returns >= nr_cpu_ids if no further cpus set. |
33 | If sibl >= nr_cpu_ids Then Break |
37 | pumask_set_cpu - set a cpu in a cpumask*@cpu: cpu number (< nr_cpu_ids)*@dstp: the cpumask pointer |
38 | cpus_per_vec-- |
Name | Describe |
---|---|
__irq_build_affinity_masks |
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 |