Home
last modified time | relevance | path

Searched refs:ds_log_entry_pool (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4v/sys/
H A Dds_impl.h404 #define DS_LOG_POOL_END (ds_log_entry_pool + DS_LOG_NPOOL)
406 #define DS_IS_POOL_ENTRY(ep) (((ep) >= ds_log_entry_pool) && \
407 ((ep) <= &(ds_log_entry_pool[DS_LOG_NPOOL])))
/titanic_44/usr/src/uts/sun4v/io/
H A Dds_drv.c488 static ds_log_entry_t ds_log_entry_pool[DS_LOG_NPOOL]; variable
509 for (new = ds_log_entry_pool; new < DS_LOG_POOL_END; new++) { in ds_log_init()