Lines Matching defs:map
221 /* live node map of this region */
1278 unsigned long map[BITS_TO_LONGS(O2NM_MAX_NODES)];
1285 BUG_ON(sizeof(map) < db->db_size);
1297 memcpy(map, db->db_data, db->db_size);
1304 memcpy(map, reg->hr_live_node_bitmap, db->db_size);
1333 while ((i = find_next_bit(map, db->db_len, i + 1)) < db->db_len)
1461 static void o2hb_fill_node_map_from_callback(unsigned long *map,
1466 memcpy(map, &o2hb_live_node_bitmap, bytes);
1470 * get a map of all nodes that are heartbeating in any regions
1472 void o2hb_fill_node_map(unsigned long *map, unsigned bytes)
1474 /* callers want to serialize this map and callbacks so that they
1478 o2hb_fill_node_map_from_callback(map, bytes);