Searched refs:configured_nodes (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.c736 unsigned long configured_nodes[BITS_TO_LONGS(O2NM_MAX_NODES)]; local
739 ret = o2nm_configured_node_map(configured_nodes,
740 sizeof(configured_nodes));
746 highest_node = o2hb_highest_node(configured_nodes, O2NM_MAX_NODES);
781 while((i = find_next_bit(configured_nodes, O2NM_MAX_NODES, i + 1)) < O2NM_MAX_NODES) {

Completed in 86 milliseconds