1AIRQ_IV_SCAN(9)               Generic interfaces               AIRQ_IV_SCAN(9)
2
3
4

NAME

6       airq_iv_scan - scan interrupt vector for non-zero bits
7

SYNOPSIS

9       unsigned long airq_iv_scan(struct airq_iv * iv, unsigned long start,
10                                  unsigned long end);
11

ARGUMENTS

13       iv
14           pointer to interrupt vector structure
15
16       start
17           bit number to start the search
18
19       end
20           bit number to end the search
21

DESCRIPTION

23       Returns the bit number of the next non-zero interrupt bit, or -1UL if
24       the scan completed without finding any more any non-zero bits.
25

AUTHOR

27       Cornelia Huck <cornelia.huck@de.ibm.com>
28           Author.
29
31Kernel Hackers Manual 3.10         June 2019                   AIRQ_IV_SCAN(9)
Impressum