Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c594 ds_log.size += DS_LOG_ENTRY_SZ(new); in ds_log_add()
598 new->datasz, DS_LOG_ENTRY_SZ(new)); in ds_log_add()
629 head->datasz, DS_LOG_ENTRY_SZ(head)); in ds_log_remove()
631 ds_log.size -= DS_LOG_ENTRY_SZ(head); in ds_log_remove()
655 DS_LOG_ENTRY_SZ(head), sz, sz + sizeof (ds_log_entry_t)); in ds_log_replace()
657 ds_log.size -= DS_LOG_ENTRY_SZ(head); in ds_log_replace()
666 ds_log.size += DS_LOG_ENTRY_SZ(head); in ds_log_replace()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h389 #define DS_LOG_ENTRY_SZ(ep) (sizeof (ds_log_entry_t) + (ep)->datasz) macro