Searched defs:stat_c (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Dstat.c600 lt_stat_collection_t *stat_c = NULL; local
606 stat_c = stat_system;
609 stat_c = (lt_stat_collection_t *)g_hash_table_lookup(
617 if (stat_c != NULL && stat_c->lt_sc_children != NULL) {
618 stat_c = (lt_stat_collection_t *)
619 g_hash_table_lookup(stat_c->lt_sc_children,
626 stat_c = NULL;
635 if (stat_c == NULL) {
641 group = &(stat_c
872 count_threads(gpointer key, lt_stat_collection_t *stat_c, int *ret) argument
[all...]

Completed in 320 milliseconds