Searched refs:g_refcount (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dzfs.c66 static int g_refcount = 0; variable
89 if (g_refcount == 0) {
97 g_refcount++;
107 g_refcount--;
108 if (g_refcount == 0) {
/illumos-gate/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c90 static int g_refcount; variable
96 if (g_refcount == 0) {
103 g_refcount++;
112 ASSERT3S(g_refcount, >, 0);
113 g_refcount--;
114 if (g_refcount == 0)
128 ASSERT3S(g_refcount, >, 0);
575 ASSERT3S(g_refcount, >, 0);

Completed in 54 milliseconds