FIND_FIRST_ZERO_BIT
Section: (9)
Updated: 09 April 2004
Index
Return to Main Contents
NAME
find_first_zero_bit - find the first zero bit in a memory region
SYNOPSIS
int find_first_zero_bit (const 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 zero 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: 12:49:25 GMT, April 09, 2004