Searched refs:get_bitmap (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/tests/
H A Dbitmap.c11 static unsigned long *get_bitmap(const char *str, int nbits) function
31 unsigned long *bm = get_bitmap(str, NBITS);
H A Dmem2node.c24 static unsigned long *get_bitmap(const char *str, int nbits) function
63 (nodes[i].set = get_bitmap(test_nodes[i].map, 10)));
/linux-master/net/netfilter/
H A Dnf_conntrack_h323_asn1.c106 static unsigned int get_bitmap(struct bitstr *bs, unsigned int b);
213 static unsigned int get_bitmap(struct bitstr *bs, unsigned int b) function
538 bmp = get_bitmap(bs, f->sz);
596 bmp2 = get_bitmap(bs, bmp2_len);
/linux-master/mm/
H A Dmempolicy.c1410 static int get_bitmap(unsigned long *mask, const unsigned long __user *nmask, function
1453 if (get_bitmap(&t, &nmask[(maxnode - 1) / BITS_PER_LONG], bits))
1466 return get_bitmap(nodes_addr(*nodes), nmask, maxnode);

Completed in 119 milliseconds