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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c271 static void *cache_refresher(void *arg);
359 if (thr_create(NULL, NULL, cache_refresher, NULL, THR_BOUND,
390 /* clean up the cache_refresher thread and structures */
1907 cache_refresher(void *arg) function
1971 LOGPRINTF("cache_refresher: time to exit\n");
1982 * Check to see if the cache_refresher thread is running. If it is, signal it
1992 /* wake up the cache_refresher thread, tell it to exit */

Completed in 57 milliseconds