Lines Matching defs:stat_c
600 lt_stat_collection_t *stat_c = NULL;
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->lt_sc_groups[GROUP_SOBJ]);
643 group = &(stat_c->lt_sc_groups[GROUP_CAUSE]);
872 count_threads(gpointer key, lt_stat_collection_t *stat_c, int *ret)
876 if (stat_c->lt_sc_children != NULL) {
877 *ret += g_hash_table_size(stat_c->lt_sc_children);