Home
last modified time | relevance | path

Searched refs:graph_vertex_pool (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c219 static uu_list_pool_t *graph_edge_pool, *graph_vertex_pool; variable
344 graph_vertex_pool = startd_list_pool_create("graph_vertices", in graph_init()
347 assert(graph_vertex_pool != NULL); in graph_init()
351 dgraph = startd_list_create(graph_vertex_pool, NULL, UU_LIST_SORTED); in graph_init()
414 uu_list_node_init(v, &v->gv_link, graph_vertex_pool); in graph_add_vertex()