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/
H A Dstat.c66 GHashTable *lt_sc_children; /* pid/tid -> lt_stat_collection_t */ member
224 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()
259 g_hash_table_foreach_remove(stat->lt_sc_children, 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()
409 parent->lt_sc_children = g_hash_table_new_full( 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()
[all …]