Lines Matching defs:nodes
54 * - o2hb_quorum_region_bitmap tracks live regions that have seen all nodes
400 printk(KERN_NOTICE "o2hb: all nodes hb write hung, maybe region %s (%pg) is down.\n",
856 * live nodes heartbeat on it. In other words, the region has been
857 * added to all nodes.
966 /* dead nodes only come to life after some number of
977 mlog(ML_HEARTBEAT, "o2hb: Add node %d to live nodes "
993 /* We want to be sure that all nodes agree on the
1016 /* live nodes only go dead after enough consequtive missed
1029 "nodes bitmap\n", slot->ds_node_num);
1061 static int o2hb_highest_node(unsigned long *nodes, int numbits)
1063 return find_last_bit(nodes, numbits);
1066 static int o2hb_lowest_node(unsigned long *nodes, int numbits)
1068 return find_first_bit(nodes, numbits);
1100 mlog(ML_NOTICE, "o2hb: No configured nodes found!\n");
1105 /* No sense in reading the slots of nodes that don't exist
1244 /* Explicit down notification - avoid forcing the other nodes
1459 * get a map of all nodes that are heartbeating in any regions
1464 * can trust that they don't miss nodes coming to the party */