table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
BITMAP_RELEASE_REGIO(9) | Basic Kernel Library Functions | BITMAP_RELEASE_REGIO(9) |
NAME¶
bitmap_release_region - release allocated bitmap regionSYNOPSIS¶
void
bitmap_release_region(unsigned long * bitmap,
int pos, int order);
ARGUMENTS¶
bitmaparray of unsigned longs corresponding to the
bitmap
pos
beginning of bit region to release
order
region size (log base 2 of number of bits) to
release
DESCRIPTION¶
This is the complement to __bitmap_find_free_region and releases the found region (by clearing it in the bitmap). No return value.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |