Searched refs:get_bitmap (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | bitmap.c | 11 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap() function 31 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()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 257 | 346 bitmap = vm.get_bitmap(drive0.node, 'bitmap0', bitmaps=bitmaps) 364 ebitmap.compare(vm.get_bitmap(drive0.node, 'bitmap0', 369 anonymous.compare(vm.get_bitmap(drive0.node, '', recording=True, 400 ebitmap.compare(vm.get_bitmap(drive0.node, 'bitmap0', bitmaps=bitmaps)) 405 ebitmap.compare(vm.get_bitmap(drive0.node, 'bitmap0', bitmaps=bitmaps)) 417 ebitmap.compare(vm.get_bitmap(drive0.node, 'bitmap0', bitmaps=bitmaps))
|
H A D | iotests.py | 1091 def get_bitmap(self, node_name, bitmap_name, recording=None, bitmaps=None): member in VM 1107 ret = self.get_bitmap(node_name, bitmap_name)
|
/openbmc/linux/net/netfilter/ |
H A 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 538 bmp = get_bitmap(bs, f->sz); in decode_seq() 596 bmp2 = get_bitmap(bs, bmp2_len); in decode_seq()
|
/openbmc/qemu/migration/ |
H A D | vmstate-types.c | 561 static int get_bitmap(QEMUFile *f, void *pv, size_t size, in get_bitmap() function 594 .get = get_bitmap,
|
/openbmc/linux/mm/ |
H A D | mempolicy.c | 1367 static int get_bitmap(unsigned long *mask, const unsigned long __user *nmask, in get_bitmap() function 1410 if (get_bitmap(&t, &nmask[(maxnode - 1) / BITS_PER_LONG], bits)) in get_nodes() 1423 return get_bitmap(nodes_addr(*nodes), nmask, maxnode); in get_nodes()
|