Query: bitmap_release_region
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BITMAP_RELEASE_REGIO(9) Basic Kernel Library Functions BITMAP_RELEASE_REGIO(9)NAMEbitmap_release_region - release allocated bitmap regionSYNOPSISvoid bitmap_release_region(unsigned long * bitmap, int pos, int order);ARGUMENTSbitmap array 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 releaseDESCRIPTIONThis is the complement to __bitmap_find_free_region and releases the found region (by clearing it in the bitmap). No return value.COPYRIGHTKernel Hackers Manual 2.6. July 2010 BITMAP_RELEASE_REGIO(9)