Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:q_poll_sched - Schedule a run of the iopoll handler*@iop: The parent iopoll structure* Description:* Add this irq_poll structure to the pending poll list and trigger the* raise of the blk iopoll softirq.

Proto:void irq_poll_sched(struct irq_poll *iop)

Type:void

Parameter:

TypeParameterName
struct irq_poll *iop
31  If st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from Then Return
33  If st_and_set_bit - Set a bit and return its old value*@nr: Bit to set*@addr: Address to count from* This is an atomic fully-ordered operation (implied full memory barrier). Then Return
36  local_irq_save(flags)
37  list_add_tail - add a new entry*@new: new entry to be added*@head: list head to add it before* Insert a new entry before the specified head.* This is useful for implementing queues.
38  raise_softirq_irqoff(IRQ_POLL_SOFTIRQ)
39  local_irq_restore(flags)