Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
bitmap.c File Reference
#include <linux/bitmap.h>

Go to the source code of this file.

Functions

int __bitmap_weight (const unsigned long *bitmap, int bits)
 
void __bitmap_or (unsigned long *dst, const unsigned long *bitmap1, const unsigned long *bitmap2, int bits)
 

Function Documentation

void __bitmap_or ( unsigned long dst,
const unsigned long bitmap1,
const unsigned long bitmap2,
int  bits 
)

Definition at line 23 of file bitmap.c.

int __bitmap_weight ( const unsigned long bitmap,
int  bits 
)

Definition at line 10 of file bitmap.c.