函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apic\io_apic.c Create Date:2022-07-27 09:29:00
Last Modify:2020-03-16 21:24:45 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__remove_pin_from_irq

函数原型:static void __remove_pin_from_irq(struct mp_chip_data *data, int apic, int pin)

返回类型:void

参数:

类型参数名称
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  如果apic恒等于apicpin恒等于pin
403  删除链表项
404  释放内存
405  返回
调用者
名称描述
mp_irqdomain_free