Searched defs:board_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
250 * <board_cache> is a cache of all the board status info and it is persistent
257 * board_cache won't change between the kstat_update and the kstat_snapshot
260 static sg_board_info_t board_cache[SG_MAX_BDS] = {NULL}; variable
265 * This mutex ensures the <board_cache> is not destroyed while the board data
898 /* Create thread to ensure board_cache is updated */
926 /* Cause the board_cache thread to terminate. */
1241 board_cache[i].node_id = (-1);
1308 * We always return what is in the board_cache. It is up to the SC to ensure
1309 * that the board_cache i
[all...]

Completed in 60 milliseconds