Lines Matching defs:upper_bound
1176 if (hash > atomic_read(&nhge->hthr.upper_bound))
1206 if (hash > atomic_read(&nhge->hthr.upper_bound))
1669 int upper_bound;
1672 upper_bound = DIV_ROUND_CLOSEST(res_table->num_nh_buckets * w,
1674 nhge->res.wants_buckets = upper_bound - prev_upper_bound;
1675 prev_upper_bound = upper_bound;
1748 int upper_bound;
1751 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, total) - 1;
1752 atomic_set(&nhge->hthr.upper_bound, upper_bound);