Searched refs:rds_pathmap (Results 1 – 1 of 1) sorted by relevance
80 rds_node_record_t *rds_pathmap = NULL; variable128 p = rds_pathmap; in rds_path_up()153 if (rds_pathmap == NULL) { in rds_path_up()154 rds_pathmap = p; in rds_path_up()157 rds_pathmap->prevp = p; in rds_path_up()158 p->nextp = rds_pathmap; in rds_path_up()159 rds_pathmap = p; in rds_path_up()195 p = rds_pathmap; in rds_path_down()247 ASSERT(p == rds_pathmap); in rds_path_down()248 rds_pathmap = p->nextp; in rds_path_down()[all …]