Man Page: bitmap_find_free_region
Operating Environment: centos
Section: 9
BITMAP_FIND_FREE_REG(9) Basic Kernel Library Functions BITMAP_FIND_FREE_REG(9)NAMEbitmap_find_free_region - find a contiguous aligned mem regionSYNOPSISint bitmap_find_free_region(unsigned long * bitmap, int bits, int order);ARGUMENTSbitmap array of unsigned longs corresponding to the bitmap bits number of bits in the bitmap order region size (log base 2 of number of bits) to findDESCRIPTIONFind a region of free (zero) bits in a bitmap of bits bits and allocate them (set them to one). Only consider regions of length a power (order) of two, aligned to that power of two, which makes the search algorithm much faster. Return the bit offset in bitmap of the allocated region, or -errno on failure.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BITMAP_FIND_FREE_REG(9)
| Related Man Pages |
|---|
| bitmap_remap(9) - centos |
| bitmap_onto(9) - suse |
| create_bitmap_ex(3alleg4) - centos |
| create_bitmap_ex(3alleg4) - suse |
| create_bitmap_ex(3alleg4) - v7 |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| Docker learning Phase-I |
| Controlling user input |
| [TIP] Processing YAML files with yq |