Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dbitmap.c10 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap() function
30 unsigned long *bm = get_bitmap(str, NBITS); in test_bitmap()
Dmem2node.c18 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap() function
56 (nodes[i].set = get_bitmap(test_nodes[i].map, 10))); in test__mem2node()
/Linux-v4.19/net/netfilter/
Dnf_conntrack_h323_asn1.c109 static unsigned int get_bitmap(struct bitstr *bs, unsigned int b);
216 static unsigned int get_bitmap(struct bitstr *bs, unsigned int b) in get_bitmap() function
539 bmp = get_bitmap(bs, f->sz); in decode_seq()
595 bmp2 = get_bitmap(bs, bmp2_len); in decode_seq()