configured_nodes 1084 fs/ocfs2/cluster/heartbeat.c 	unsigned long configured_nodes[BITS_TO_LONGS(O2NM_MAX_NODES)];
configured_nodes 1088 fs/ocfs2/cluster/heartbeat.c 	ret = o2nm_configured_node_map(configured_nodes,
configured_nodes 1089 fs/ocfs2/cluster/heartbeat.c 				       sizeof(configured_nodes));
configured_nodes 1103 fs/ocfs2/cluster/heartbeat.c 		set_bit(i, configured_nodes);
configured_nodes 1106 fs/ocfs2/cluster/heartbeat.c 	highest_node = o2hb_highest_node(configured_nodes, O2NM_MAX_NODES);
configured_nodes 1107 fs/ocfs2/cluster/heartbeat.c 	lowest_node = o2hb_lowest_node(configured_nodes, O2NM_MAX_NODES);
configured_nodes 1139 fs/ocfs2/cluster/heartbeat.c 	while((i = find_next_bit(configured_nodes,