find_first_zero_bit

Section: Kernel Hacker's Manual (9)
Updated: find_first_zero_bit
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 (void *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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:51:44 GMT, June 12, 2005