Searched defs:stale_tree_rwlp (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
71 static rwlock_t stale_tree_rwlp; variable
80 * time when stale_tree is B_FALSE (protected by stale_tree_rwlp). It is
326 (void) rwlock_init(&stale_tree_rwlp, USYNC_THREAD, NULL);
340 (void) rwlock_destroy(&stale_tree_rwlp);
380 (void) rw_wrlock(&stale_tree_rwlp);
388 (void) rw_unlock(&stale_tree_rwlp);
413 (void) rwlock_destroy(&stale_tree_rwlp);
535 (void) rw_wrlock(&stale_tree_rwlp);
537 (void) rw_unlock(&stale_tree_rwlp);
[all...]

Completed in 60 milliseconds