table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
BITMAP_ALLOCATE_REGI(9) | Basic Kernel Library Functions | BITMAP_ALLOCATE_REGI(9) |
NAME¶
bitmap_allocate_region - allocate bitmap regionSYNOPSIS¶
int
bitmap_allocate_region(unsigned long * bitmap,
int pos, int order);
ARGUMENTS¶
bitmaparray of unsigned longs corresponding to the
bitmap
pos
beginning of bit region to allocate
order
region size (log base 2 of number of bits) to
allocate
DESCRIPTION¶
Allocate (set bits in) a specified region of a bitmap. Return 0 on success, or -EBUSY if specified region wasn't free (not all bits were zero).COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |