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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c67 * The stale_tree_rwlp protects the stale_xxx vars. The 'stale_tree' flag
72 static boolean_t stale_tree = B_TRUE; variable
75 * vol_props, volprop_ndx and n_vol_props are protected by the stale_tree
76 * flag. They are read only when the stale_tree flag is B_FALSE and written
80 * time when stale_tree is B_FALSE (protected by stale_tree_rwlp). It is
81 * written by only one thread (the tree builder) when stale_tree is B_TRUE.
381 stale_tree = B_TRUE;
534 LOGPRINTF("tree_builder: setting stale_tree to FALSE\n");
536 stale_tree = B_FALSE;
1068 * If we're here for rebuilding the tree, we have already set stale_tree
[all...]

Completed in 328 milliseconds