bitmap_find_next_zero_area_off — find a contiguous aligned zero area
unsigned long bitmap_find_next_zero_area_off ( | unsigned long * map, |
| unsigned long size, | |
| unsigned long start, | |
| unsigned int nr, | |
| unsigned long align_mask, | |
unsigned long align_offset); |
unsigned long * mapThe address to base the search on
unsigned long sizeThe bitmap size in bits
unsigned long startThe bitnumber to start searching at
unsigned int nrThe number of zeroed bits we're looking for
unsigned long align_maskAlignment mask for zero area
unsigned long align_offsetAlignment offset for zero area.