blk_ring_s
ring = kmem_zalloc(sizeof (struct blk_ring_s), KM_SLEEP);
kmem_free(ring, sizeof (struct blk_ring_s));
kmem_free(ring, sizeof (struct blk_ring_s));
typedef struct blk_ring_s *blk_ring_t;