Searched refs:bm (Results 1 – 3 of 3) sorted by relevance
14 unsigned long *bm; in get_bitmap() local16 bm = bitmap_zalloc(nbits); in get_bitmap()18 if (map && bm) { in get_bitmap()23 __set_bit(cpu.cpu, bm); in get_bitmap()27 return bm; in get_bitmap()32 unsigned long *bm = get_bitmap(str, NBITS); in test_bitmap() local36 bitmap_scnprintf(bm, NBITS, buf, sizeof(buf)); in test_bitmap()40 free(bm); in test_bitmap()
27 unsigned long *bm = NULL; in get_bitmap() local29 bm = bitmap_zalloc(nbits); in get_bitmap()31 if (map && bm) { in get_bitmap()36 __set_bit(cpu.cpu, bm); in get_bitmap()42 free(bm); in get_bitmap()44 return bm && map ? bm : NULL; in get_bitmap()
61 add_rule bm 1000 150062 add_rule bm 1400 1600
Completed in 5 milliseconds