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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h392 * in the pool (DS_LOG_NPOOL) is the number of entries that would
401 #define DS_LOG_NPOOL ((DS_LOG_DEFAULT_SZ >> 1) / \ macro
404 #define DS_LOG_POOL_END (ds_log_entry_pool + DS_LOG_NPOOL)
407 ((ep) <= &(ds_log_entry_pool[DS_LOG_NPOOL])))

Completed in 47 milliseconds