Searched defs:sobj_table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Dstat.c100 static GHashTable *sobj_table = NULL; variable
152 if (sobj_table != NULL) {
153 ret = (lt_sobj_t *)g_hash_table_lookup(sobj_table, id);
155 sobj_table = g_hash_table_new_full(
158 lt_check_null(sobj_table);
169 g_hash_table_insert(sobj_table, &ret->lt_so_oid, ret);
566 if (sobj_table != NULL) {
567 g_hash_table_destroy(sobj_table);
568 sobj_table = NULL;
583 if (sobj_table !
[all...]

Completed in 76 milliseconds