Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\irq_poll.c Create Date:2022-07-28 07:20:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:irq_poll_setup

Proto:static __init int irq_poll_setup(void)

Type:int

Parameter:Nothing

207  for_each_possible_cpu(i)
208  Initialization list head
210  open_softirq(IRQ_POLL_SOFTIRQ, irq_poll_softirq)
211  puhp_setup_state_nocalls - Setup hotplug state callbacks without calling the* callbacks*@state: The state for which the calls are installed*@name: Name of the callback
213  Return 0