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_enable - Enable iopoll on this @iop*@iop: The parent iopoll structure* Description:* Enable iopoll on this @iop. Note that the handler run will not be* scheduled, it will only mark it as active.

Proto:void irq_poll_enable(struct irq_poll *iop)

Type:void

Parameter:

TypeParameterName
struct irq_poll *iop
164  BUG_ON(!st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from)
165  smp_mb__before_atomic()
166  lear_bit_unlock - Clear a bit in memory, for unlock*@nr: the bit to set*@addr: the address to start counting from* This operation is atomic and provides release barrier semantics.