Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/latencytop/common/
H A Dstat.c224 if (stat->lt_sc_children != NULL) { in free_stat()
225 g_hash_table_destroy(stat->lt_sc_children); in free_stat()
258 if (stat->lt_sc_children != NULL) { in clear_stat()
261 g_hash_table_foreach(stat->lt_sc_children, in clear_stat()
408 if (parent->lt_sc_children == NULL) { in new_collection()
412 lt_check_null(parent->lt_sc_children); in new_collection()
415 g_hash_table_insert(parent->lt_sc_children, in new_collection()
454 } else if (stat_p->lt_sc_children != NULL) { in get_stat_c()
456 g_hash_table_lookup(stat_p->lt_sc_children, in get_stat_c()
876 if (stat_c->lt_sc_children != NULL) { in count_threads()
[all …]