Home
last modified time | relevance | path

Searched refs:bm (Results 1 – 1 of 1) sorted by relevance

/tools/perf/tests/
Dbitmap.c12 unsigned long *bm = NULL; in get_bitmap() local
15 bm = bitmap_alloc(nbits); in get_bitmap()
17 if (map && bm) { in get_bitmap()
18 bitmap_zero(bm, nbits); in get_bitmap()
21 set_bit(map->map[i], bm); in get_bitmap()
26 return bm; in get_bitmap()
31 unsigned long *bm = get_bitmap(str, NBITS); in test_bitmap() local
35 bitmap_scnprintf(bm, NBITS, buf, sizeof(buf)); in test_bitmap()
39 free(bm); in test_bitmap()