]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/bitmap.h
[PATCH] bitmap: region cleanup
[mirror_ubuntu-artful-kernel.git] / include / linux / bitmap.h
index 7d8ff97b3e92ed138cc12797ad52ad9224b091c2..d9ed27969855d2811ed7c9dbf6f416b598a40b25 100644 (file)
@@ -46,6 +46,9 @@
  * bitmap_parse(ubuf, ulen, dst, nbits)                Parse bitmap dst from user buf
  * bitmap_scnlistprintf(buf, len, src, nbits)  Print bitmap src as list to buf
  * bitmap_parselist(buf, dst, nbits)           Parse bitmap dst from list
+ * bitmap_find_free_region(bitmap, bits, order)        Find and allocate bit region
+ * bitmap_release_region(bitmap, pos, order)   Free specified bit region
+ * bitmap_allocate_region(bitmap, pos, order)  Allocate specified bit region
  */
 
 /*