Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Drefstr.c38 size_t size = sizeof (rsp->rs_size) + sizeof (rsp->rs_refcnt) + in refstr_alloc()
43 rsp->rs_size = (uint32_t)size; in refstr_alloc()
65 kmem_free(rsp, (size_t)rsp->rs_size); in refstr_rele()
/titanic_44/usr/src/uts/common/sys/
H A Drefstr_impl.h46 uint32_t rs_size; /* allocation size */ member