Lines Matching defs:map
219 /* live node map of this region */
1271 unsigned long map[BITS_TO_LONGS(O2NM_MAX_NODES)];
1278 BUG_ON(sizeof(map) < db->db_size);
1290 memcpy(map, db->db_data, db->db_size);
1297 memcpy(map, reg->hr_live_node_bitmap, db->db_size);
1326 while ((i = find_next_bit(map, db->db_len, i + 1)) < db->db_len)
1452 static void o2hb_fill_node_map_from_callback(unsigned long *map,
1455 bitmap_copy(map, o2hb_live_node_bitmap, bits);
1459 * get a map of all nodes that are heartbeating in any regions
1461 void o2hb_fill_node_map(unsigned long *map, unsigned int bits)
1463 /* callers want to serialize this map and callbacks so that they
1467 o2hb_fill_node_map_from_callback(map, bits);