centos man page for bitmap_find_free_region

Query: bitmap_find_free_region

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

BITMAP_FIND_FREE_REG(9) 				  Basic Kernel Library Functions				   BITMAP_FIND_FREE_REG(9)

NAME
bitmap_find_free_region - find a contiguous aligned mem region
SYNOPSIS
int bitmap_find_free_region(unsigned long * bitmap, int bits, int order);
ARGUMENTS
bitmap 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 find
DESCRIPTION
Find 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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 BITMAP_FIND_FREE_REG(9)
Related Man Pages
bitmap_remap(9) - centos
create_bitmap_ex(3alleg4) - opendarwin
slurm::bitstr(3pm) - debian
create_bitmap_ex(3alleg4) - plan9
create_bitmap_ex(3alleg4) - v7
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it