Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\irq\cpuhotplug.c Create Date:2022-07-28 10:14:55
Last Modify:2020-03-17 14:50:00 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:For !GENERIC_IRQ_EFFECTIVE_AFF_MASK this looks at general affinity mask

Proto:static inline bool irq_needs_fixup(struct irq_data *d)

Type:bool

Parameter:

TypeParameterName
struct irq_data *d
21  m = irq_data_get_effective_affinity_mask(d)
22  cpu = smp_processor_id()
49  Return pumask_test_cpu - test for a cpu in a cpumask*@cpu: cpu number (< nr_cpu_ids)*@cpumask: the cpumask pointer* Returns 1 if @cpu is set in @cpumask, else returns 0
Caller
NameDescribe
migrate_one_irq