Searched refs:get_bitmap (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/tools/perf/tests/ | 
| D | bitmap.c | 11 static unsigned long *get_bitmap(const char *str, int nbits)  in get_bitmap()  function31 	unsigned long *bm = get_bitmap(str, NBITS);  in test_bitmap()
 
 | 
| D | mem2node.c | 24 static unsigned long *get_bitmap(const char *str, int nbits)  in get_bitmap()  function62 		  (nodes[i].set = get_bitmap(test_nodes[i].map, 10)));  in test__mem2node()
 
 | 
| /Linux-v5.15/net/netfilter/ | 
| D | nf_conntrack_h323_asn1.c | 106 static unsigned int get_bitmap(struct bitstr *bs, unsigned int b);213 static unsigned int get_bitmap(struct bitstr *bs, unsigned int b)  in get_bitmap()  function
 536 	bmp = get_bitmap(bs, f->sz);  in decode_seq()
 592 	bmp2 = get_bitmap(bs, bmp2_len);  in decode_seq()
 
 | 
| /Linux-v5.15/mm/ | 
| D | mempolicy.c | 1355 static int get_bitmap(unsigned long *mask, const unsigned long __user *nmask,  in get_bitmap()  function1398 		if (get_bitmap(&t, &nmask[maxnode / BITS_PER_LONG], bits))  in get_nodes()
 1411 	return get_bitmap(nodes_addr(*nodes), nmask, maxnode);  in get_nodes()
 
 |