Lines Matching defs:nodes
56 * - o2hb_quorum_region_bitmap tracks live regions that have seen all nodes
404 printk(KERN_NOTICE "o2hb: all nodes hb write hung, maybe region %s (%s) is down.\n",
863 * live nodes heartbeat on it. In other words, the region has been
864 * added to all nodes.
973 /* dead nodes only come to life after some number of
984 mlog(ML_HEARTBEAT, "o2hb: Add node %d to live nodes "
1000 /* We want to be sure that all nodes agree on the
1023 /* live nodes only go dead after enough consequtive missed
1036 "nodes bitmap\n", slot->ds_node_num);
1068 static int o2hb_highest_node(unsigned long *nodes, int numbits)
1070 return find_last_bit(nodes, numbits);
1073 static int o2hb_lowest_node(unsigned long *nodes, int numbits)
1075 return find_first_bit(nodes, numbits);
1107 mlog(ML_NOTICE, "o2hb: No configured nodes found!\n");
1112 /* No sense in reading the slots of nodes that don't exist
1251 /* Explicit down notification - avoid forcing the other nodes
1470 * get a map of all nodes that are heartbeating in any regions
1475 * can trust that they don't miss nodes coming to the party */