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

/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.h256 uint64_t tot_size; /* total number of bits in map */ member in struct:dsw_bitsset_s
411 uint64_t tot_size; /* total number of bits in map */ member in struct:dsw_bitsset32_s
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c359 size_t tot_size; local
372 tot_size = size + sizeof (dblk_t);
375 ASSERT((tot_size & (DBLK_CACHE_ALIGN - 1)) == 0);
385 tot_size = sizeof (dblk_t);
389 cp = kmem_cache_create(name, tot_size, DBLK_CACHE_ALIGN,

Completed in 53 milliseconds