Searched refs:adjust_size (Results 1 – 2 of 2) sorted by relevance
723 static unsigned int adjust_size(unsigned int size, unsigned int mpu, in adjust_size() function778 size = adjust_size((i + 1) << cell_log, spec->rs_mpu, linktype); in rtnl_tc_build_rate_table()
875 size_t adjust_size = (orig_size > 1) ? (orig_size - 1) : 1; in Compute() local876 adjust_factor = (static_cast<float>(orig_size)) / adjust_size; in Compute()