Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/qhull/
H A DConfig.in11 for computing the convex hull. It handles roundoff errors
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log.c1582 int roundoff) in xlog_pack_data() argument
1585 int size = iclog->ic_offset + roundoff; in xlog_pack_data()
1790 uint32_t *roundoff) in xlog_calc_iclog_size() argument
1810 *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() local
1855 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 …]