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:q_poll_init - Initialize this @iop*@iop: The parent iopoll structure*@weight: The default weight (or command completion budget)*@poll_fn: The handler to invoke* Description:* Initialize and enable this irq_poll structure.

Proto:void irq_poll_init(struct irq_poll *iop, int weight, irq_poll_fn *poll_fn)

Type:void

Parameter:

TypeParameterName
struct irq_poll *iop
intweight
irq_poll_fn *poll_fn
181  memset(iop, 0, size of iop )
182  Initialization list head
183  weight = weight
184  poll = poll_fn