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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c124 static boolean_t cache_refresh_thr_exit = B_FALSE; variable
356 cache_refresh_thr_exit = B_FALSE;
363 cache_refresh_thr_exit = B_TRUE;
1937 while ((cache_refresh_thr_exit == B_FALSE) && (jobs > 0)) {
1943 while ((cache_refresh_thr_exit == B_FALSE) &&
1957 if ((cache_refresh_thr_exit == B_FALSE) &&
1968 if (cache_refresh_thr_exit == B_TRUE) {
1989 if (cache_refresh_thr_exit == B_TRUE)
1994 cache_refresh_thr_exit = B_TRUE;

Completed in 47 milliseconds