#include <linux/bitops.h>
#include <linux/export.h>
#include <asm/types.h>
#include <asm/byteorder.h>
Go to the source code of this file.
find_next_bit - find the next set bit in a memory region : The address to base the search on : The bitnumber to start searching at : The bitmap size in bits
Definition at line 23 of file find_next_bit.c.
unsigned long find_next_zero_bit |
( |
const unsigned long * |
addr, |
|
|
unsigned long |
size, |
|
|
unsigned long |
offset |
|
) |
| |
find_next_zero_bit - find the next cleared bit in a memory region : The address to base the search on : The bitnumber to start searching at : The bitmap size in bits
Definition at line 69 of file find_next_bit.c.