bitmap_allocate_region(9) suse man page | unix.com

Man Page: bitmap_allocate_region

Operating Environment: suse

Section: 9

BITMAP_ALLOCATE_REGI(9) 				  Basic Kernel Library Functions				   BITMAP_ALLOCATE_REGI(9)

NAME
bitmap_allocate_region - allocate bitmap region
SYNOPSIS
int bitmap_allocate_region(unsigned long * bitmap, int pos, int order);
ARGUMENTS
bitmap array 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
Kernel Hackers Manual 2.6. July 2010 BITMAP_ALLOCATE_REGI(9)
Related Man Pages
mtrr_add(9) - suse
mtrr_add(9) - centos
create_sub_bitmap(3alleg4) - suse
slurm::bitstr(3pm) - debian
create_sub_bitmap(3alleg4) - mojave
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Grant unprivileged user rights to see the output of echo|format but not modify disks
Update kernel Linux without reboot?!
A (ksh) Library For and From UNIX.com