Searched refs:roundoff (Results 1 – 2 of 2) sorted by relevance
11 for computing the convex hull. It handles roundoff errors
1582 int roundoff) in xlog_pack_data() argument1585 int size = iclog->ic_offset + roundoff; in xlog_pack_data()1790 uint32_t *roundoff) in xlog_calc_iclog_size() argument1810 *roundoff = count - count_init; in xlog_calc_iclog_size()1813 ASSERT(*roundoff < log->l_mp->m_sb.sb_logsunit); in xlog_calc_iclog_size()1815 ASSERT(*roundoff < BBTOB(1)); in xlog_calc_iclog_size()1848 unsigned int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local1855 count = xlog_calc_iclog_size(log, iclog, &roundoff); in xlog_sync()1858 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync()1859 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()[all …]