Lines Matching defs:upper_bound
1421 if (hash > atomic_read(&nhge->hthr.upper_bound))
1452 if (hash > atomic_read(&nhge->hthr.upper_bound))
1920 u16 upper_bound;
1925 upper_bound = DIV_ROUND_CLOSEST_ULL(btw, total);
1926 nhge->res.wants_buckets = upper_bound - prev_upper_bound;
1927 prev_upper_bound = upper_bound;
2000 u32 upper_bound;
2003 upper_bound = DIV_ROUND_CLOSEST_ULL((u64)w << 31, total) - 1;
2004 atomic_set(&nhge->hthr.upper_bound, upper_bound);