Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c238 static uint_t non_subgraph_svcs; variable
4834 if (non_subgraph_svcs == 0) in vertex_subgraph_dependencies_shutdown()
4850 ++non_subgraph_svcs; in vertex_subgraph_dependencies_shutdown()
4852 --non_subgraph_svcs; in vertex_subgraph_dependencies_shutdown()
4854 if (non_subgraph_svcs == 0) { in vertex_subgraph_dependencies_shutdown()
5627 non_subgraph_svcs = 0; in dgraph_set_milestone()
5671 ++non_subgraph_svcs; in dgraph_set_milestone()
5707 if (non_subgraph_svcs > 1) in dgraph_set_milestone()
5709 non_subgraph_svcs); in dgraph_set_milestone()
5710 else if (non_subgraph_svcs == 1) in dgraph_set_milestone()
[all …]