Home
last modified time | relevance | path

Searched refs:dep_cycle_ns (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
83 if (mdb_readvar(&dep_cycle_ns, "dep_cycle_ns") == -1) { in startd_status()
176 dep_inserts ? dep_cycle_ns / (1000 * dep_inserts) : 0, in startd_status()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c266 static u_longlong_t dep_cycle_ns = 0; variable
1198 dep_cycle_ns += gethrtime() - now; in graph_insert_dependency()