Lines Matching refs:proc_table
39 static GHashTable *proc_table = NULL; /* pid -> char * */ variable
66 if (klog_table != NULL || proc_table != NULL) { in lt_klog_init()
74 proc_table = g_hash_table_new_full(g_direct_hash, g_direct_equal, in lt_klog_init()
76 lt_check_null(proc_table); in lt_klog_init()
138 g_assert(klog_table != NULL && proc_table != NULL); in lt_klog_write()
150 g_hash_table_foreach(proc_table, (GHFunc)print_proc, fp); in lt_klog_write()
170 if (proc_table != NULL) { in lt_klog_deinit()
171 g_hash_table_destroy(proc_table); in lt_klog_deinit()
172 proc_table = NULL; in lt_klog_deinit()
194 g_assert(klog_table != NULL && proc_table != NULL); in lt_klog_log()
195 psargs = (char *)g_hash_table_lookup(proc_table, in lt_klog_log()
209 g_hash_table_insert(proc_table, in lt_klog_log()