.TH "find_next_zero_bit" 9 "find_next_zero_bit" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME find_next_zero_bit \- find the first zero bit in a memory region .SH SYNOPSIS .B "int" find_next_zero_bit .BI "(void *" addr "," .BI "int " size "," .BI "int " offset ");" .SH ARGUMENTS .IP "addr" 12 The address to base the search on .IP "size" 12 The maximum size to search .IP "offset" 12 The bitnumber to start searching at