Home | History | Annotate | Download | only in cmirrord

Lines Matching defs:lowest_id

115 	uint32_t lowest_id;
851 rq->u_rq.seq, entry->lowest_id);
979 * If the server (lowest_id) indicates it is leaving,
989 if (nodeid == match->lowest_id) {
1020 i_am_server = (my_cluster_id == match->lowest_id) ? 1 : 0;
1079 tmp_rq->pit_server = match->lowest_id;
1166 uint32_t lowest = match->lowest_id;
1176 match->lowest_id = joined->nodeid;
1215 /* Find the lowest_id, i.e. the server */
1216 match->lowest_id = member_list[0].nodeid;
1218 if (match->lowest_id > member_list[i].nodeid)
1219 match->lowest_id = member_list[i].nodeid;
1223 SHORT_UUID(match->name.value), match->lowest_id,
1226 else if (lowest != match->lowest_id)
1229 match->lowest_id, joined->nodeid);
1244 uint32_t lowest = match->lowest_id;
1272 match->lowest_id = 0xDEAD;
1321 /* Find the lowest_id, i.e. the server */
1323 match->lowest_id = 0xDEAD;
1331 match->lowest_id = member_list[0].nodeid;
1333 if (match->lowest_id > member_list[i].nodeid)
1334 match->lowest_id = member_list[i].nodeid;
1336 if (lowest != match->lowest_id) {
1339 match->lowest_id, left->nodeid);
1480 new->lowest_id = 0xDEAD;
1628 LOG_ERROR(" lowest_id : %u", entry->lowest_id);