Searched refs:bm (Results 1 – 1 of 1) sorted by relevance
12 unsigned long *bm = NULL; in get_bitmap() local15 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() local35 bitmap_scnprintf(bm, NBITS, buf, sizeof(buf)); in test_bitmap()39 free(bm); in test_bitmap()