Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/io/
H A Dds_drv.c477 ds_log_entry_t *head; /* head of the log */
478 ds_log_entry_t *freelist; /* head of the free list */
488 static ds_log_entry_t ds_log_entry_pool[DS_LOG_NPOOL];
496 ds_log_entry_t *new; in ds_log_init()
524 ds_log_entry_t *next; in ds_log_fini()
541 kmem_free(ds_log.freelist, sizeof (ds_log_entry_t)); in ds_log_fini()
552 static ds_log_entry_t *
555 ds_log_entry_t *new = NULL; in ds_log_entry_alloc()
566 new = kmem_zalloc(sizeof (ds_log_entry_t), KM_SLEEP); in ds_log_entry_alloc()
575 ds_log_entry_free(ds_log_entry_t *entry) in ds_log_entry_free()
[all …]
/titanic_50/usr/src/uts/sun4v/sys/
H A Dds_impl.h363 } ds_log_entry_t; typedef
385 #define DS_LOG_ENTRY_SZ(ep) (sizeof (ds_log_entry_t) + (ep)->datasz)
402 sizeof (ds_log_entry_t))