Linux Perf
bitmap.c File Reference
#include <linux/compiler.h>
#include <linux/bitmap.h>
#include "tests.h"
#include "cpumap.h"
#include "debug.h"
Include dependency graph for bitmap.c:

Go to the source code of this file.

Macros

#define NBITS   100
 

Functions

static unsigned long * get_bitmap (const char *str, int nbits)
 
static int test_bitmap (const char *str)
 
int test__bitmap_print (struct test *test __maybe_unused, int subtest __maybe_unused)
 

Macro Definition Documentation

◆ NBITS

#define NBITS   100

Definition at line 8 of file bitmap.c.

Function Documentation

◆ get_bitmap()

static unsigned long* get_bitmap ( const char *  str,
int  nbits 
)
static

Definition at line 10 of file bitmap.c.

Here is the call graph for this function:

◆ test__bitmap_print()

int test__bitmap_print ( struct test *test  __maybe_unused,
int subtest  __maybe_unused 
)

Definition at line 44 of file bitmap.c.

Here is the call graph for this function:

◆ test_bitmap()

static int test_bitmap ( const char *  str)
static

Definition at line 30 of file bitmap.c.

Here is the call graph for this function: