Lines Matching refs:old_deps
2994 uu_list_t *old_deps; in refresh_vertex() local
3010 old_deps = startd_list_create(graph_edge_pool, NULL, 0); in refresh_vertex()
3013 (uu_walk_fn_t *)append_svcs_or_insts, old_deps, 0); in refresh_vertex()
3069 for (e = uu_list_first(old_deps); in refresh_vertex()
3071 e = uu_list_next(old_deps, e)) { in refresh_vertex()
3101 while ((e = uu_list_teardown(old_deps, &cookie)) != NULL) in refresh_vertex()
3104 uu_list_destroy(old_deps); in refresh_vertex()
4966 uu_list_t *old_deps; in dgraph_remove_instance() local
4989 old_deps = startd_list_create(graph_edge_pool, NULL, 0); in dgraph_remove_instance()
4992 (uu_walk_fn_t *)append_svcs_or_insts, old_deps, 0); in dgraph_remove_instance()
5025 while ((e = uu_list_teardown(old_deps, &cookie)) != NULL) { in dgraph_remove_instance()
5035 uu_list_destroy(old_deps); in dgraph_remove_instance()