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

/illumos-gate/usr/src/uts/common/sys/
H A Dautoconf.h191 struct di_cache { struct
198 extern struct di_cache di_cache;
284 extern void i_ddi_di_cache_free(struct di_cache *cache);
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c151 * The only field in the di_cache structure that needs initialization
155 * initialization of the di_cache structure is needed.
157 struct di_cache di_cache = {1}; variable in typeref:struct:di_cache
7891 mutex_enter(&di_cache.cache_lock);
7899 if (!di_cache.cache_valid)
7900 i_ddi_di_cache_free(&di_cache);
7902 mutex_exit(&di_cache.cache_lock);
7905 cmn_err(CE_NOTE, "system_taskq: di_cache freed");
7911 i_ddi_di_cache_free(struct di_cache *cach
[all...]

Completed in 71 milliseconds