Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apic\io_apic.c Create Date:2022-07-28 08:29:26
Last Modify:2020-03-16 21:24:45 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__remove_pin_from_irq

Proto:static void __remove_pin_from_irq(struct mp_chip_data *data, int apic, int pin)

Type:void

Parameter:

TypeParameterName
struct mp_chip_data *data
intapic
intpin
401  list_for_each_entry_safe - iterate over list of given type safe against removal of list entry*@pos: the type * to use as a loop cursor.*@n: another type * to use as temporary storage*@head: the head for your list.(entry, tmp, & irq_2_pin, list)
402  If apic == apic && pin == pin Then
403  deletes entry from list
404  free previously allocated memory
405  Return
Caller
NameDescribe
mp_irqdomain_free