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

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c66 * cache (env_cache, board_cache). The caches are created at startup and are
195 * <env_cache> is a cache of all the sensor readings which is persistent
203 * env_cache won't change between the kstat_update and the kstat_snapshot
206 static env_sensor_t *env_cache[SGENV_MAX_HPU_KEYS] = {NULL}; variable
224 * The <env_cache> can be accessed asynchronously by the polling function
891 /* Create thread to ensure env_cache is updated */
918 /* Cause the env_cache thread to terminate. */
1078 * We always return what is in the env_cache. It is up to the SC to ensure
1079 * that the env_cache is current by sending events to us when something
1087 * calls so we use a temporary snapshot of the env_cache
[all...]

Completed in 59 milliseconds