Lines Matching refs:old_deps
3020 uu_list_t *old_deps; in refresh_vertex() local
3036 old_deps = startd_list_create(graph_edge_pool, NULL, 0); in refresh_vertex()
3039 (uu_walk_fn_t *)append_svcs_or_insts, old_deps, 0); in refresh_vertex()
3095 for (e = uu_list_first(old_deps); in refresh_vertex()
3097 e = uu_list_next(old_deps, e)) { in refresh_vertex()
3127 while ((e = uu_list_teardown(old_deps, &cookie)) != NULL) in refresh_vertex()
3130 uu_list_destroy(old_deps); in refresh_vertex()
4994 uu_list_t *old_deps; in dgraph_remove_instance() local
5017 old_deps = startd_list_create(graph_edge_pool, NULL, 0); in dgraph_remove_instance()
5020 (uu_walk_fn_t *)append_svcs_or_insts, old_deps, 0); in dgraph_remove_instance()
5053 while ((e = uu_list_teardown(old_deps, &cookie)) != NULL) { in dgraph_remove_instance()
5063 uu_list_destroy(old_deps); in dgraph_remove_instance()