table of contents
other versions
- stretch 4.9.168-1
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, unsigned 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¶
April 2019 | Kernel Hackers Manual 4.9. |