Home
last modified time | relevance | path

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

/tools/perf/tests/
A Dbitmap.c14 unsigned long *bm; in get_bitmap() local
16 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() local
36 bitmap_scnprintf(bm, NBITS, buf, sizeof(buf)); in test_bitmap()
40 free(bm); in test_bitmap()
A Dmem2node.c27 unsigned long *bm = NULL; in get_bitmap() local
29 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()
/tools/testing/selftests/net/netfilter/
A Dxt_string.sh61 add_rule bm 1000 1500
62 add_rule bm 1400 1600

Completed in 4 milliseconds