Home
last modified time | relevance | path

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

/linux/fs/ocfs2/cluster/
A Dheartbeat.c1080 unsigned long configured_nodes[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_do_disk_heartbeat() local
1084 ret = o2nm_configured_node_map(configured_nodes, in o2hb_do_disk_heartbeat()
1085 sizeof(configured_nodes)); in o2hb_do_disk_heartbeat()
1099 set_bit(i, configured_nodes); in o2hb_do_disk_heartbeat()
1102 highest_node = o2hb_highest_node(configured_nodes, O2NM_MAX_NODES); in o2hb_do_disk_heartbeat()
1103 lowest_node = o2hb_lowest_node(configured_nodes, O2NM_MAX_NODES); in o2hb_do_disk_heartbeat()
1135 while((i = find_next_bit(configured_nodes, in o2hb_do_disk_heartbeat()

Completed in 7 milliseconds