Searched refs:count_init (Results 1 – 1 of 1) sorted by relevance
2001 uint32_t count_init, count; in xlog_calc_iclog_size() local2004 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()2005 count = roundup(count_init, log->l_iclog_roundoff); in xlog_calc_iclog_size()2007 *roundoff = count - count_init; in xlog_calc_iclog_size()2009 ASSERT(count >= count_init); in xlog_calc_iclog_size()