Searched refs:klog_table (Results 1 – 1 of 1) sorted by relevance
40 static GHashTable *klog_table = NULL; /* char * -> uint64_t total */ variable66 if (klog_table != NULL || proc_table != NULL) { in lt_klog_init()70 klog_table = g_hash_table_new_full(g_str_hash, g_str_equal, in lt_klog_init()72 lt_check_null(klog_table); in lt_klog_init()138 g_assert(klog_table != NULL && proc_table != NULL); in lt_klog_write()154 g_hash_table_foreach(klog_table, (GHFunc)print_stat, fp); in lt_klog_write()165 if (klog_table != NULL) { in lt_klog_deinit()166 g_hash_table_destroy(klog_table); in lt_klog_deinit()167 klog_table = NULL; in lt_klog_deinit()194 g_assert(klog_table != NULL && proc_table != NULL); in lt_klog_log()[all …]