Home
last modified time | relevance | path

Searched refs:dep_insert_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
88 if (mdb_readvar(&dep_insert_ns, "dep_insert_ns") == -1) { 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.c267 static u_longlong_t dep_insert_ns = 0; variable
1202 dep_insert_ns += gethrtime() - now; in graph_insert_dependency()