Searched refs:get_bitmap (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/tests/ |
H A D | bitmap.c | 11 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap() function 32 unsigned long *bm = get_bitmap(str, NBITS); in test_bitmap()
|
H A D | mem2node.c | 24 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap() function 63 (nodes[i].set = get_bitmap(test_nodes[i].map, 10))); in test__mem2node()
|
/linux/mm/ |
H A D | mempolicy.c | 1559 static int get_bitmap(unsigned long *mask, const unsigned long __user *nmask, in get_bitmap() function 1602 if (get_bitmap(&t, &nmask[(maxnode - 1) / BITS_PER_LONG], bits)) in get_nodes() 1615 return get_bitmap(nodes_addr(*nodes), nmask, maxnode); in get_nodes()
|