Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/svc.startd/
H A Dstartd.c57 u_longlong_t dep_inserts, dep_cycle_ns, dep_insert_ns; in startd_status() local
78 if (mdb_readvar(&dep_inserts, "dep_inserts") == -1) { in startd_status()
175 lookups ? ns_total / (1000 * lookups) : 0, dep_inserts, in startd_status()
176 dep_inserts ? dep_cycle_ns / (1000 * dep_inserts) : 0, in startd_status()
177 dep_inserts ? dep_insert_ns / (1000 * dep_inserts) : 0, in startd_status()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c265 static u_longlong_t dep_inserts = 0; variable
1197 ++dep_inserts; in graph_insert_dependency()