FIND_FIRST_BIT
Section: (9)
Updated: 14 August 2003
Index
Return to Main Contents
NAME
find_first_bit - find the first set bit in a memory region
SYNOPSIS
int find_first_bit (unsigned long * addr, unsigned size);
ARGUMENTS
- addr
-
The address to start the search at
- size
-
The maximum size to search
DESCRIPTION
Returns the bit-number of the first set bit, not the number of the byte
containing a bit.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 23:19:21 GMT, August 13, 2003