Searched refs:tot_size (Results 1 – 3 of 3) sorted by relevance
256 uint64_t tot_size; /* total number of bits in map */ member411 uint64_t tot_size; /* total number of bits in map */ member
5336 ubitsset.tot_size = ip->bi_size / DSW_SIZE; in _ii_bitsset()5338 ++ubitsset.tot_size; in _ii_bitsset()5339 bitmap_size = (ubitsset.tot_size + 7) / 8; in _ii_bitsset()5358 ubitsset32.tot_size = ubitsset.tot_size; in _ii_bitsset()
359 size_t tot_size; in streams_msg_init() local372 tot_size = size + sizeof (dblk_t); in streams_msg_init()375 ASSERT((tot_size & (DBLK_CACHE_ALIGN - 1)) == 0); in streams_msg_init()385 tot_size = sizeof (dblk_t); in streams_msg_init()389 cp = kmem_cache_create(name, tot_size, DBLK_CACHE_ALIGN, in streams_msg_init()