Lines Matching defs:max
56 * @max: largest 'upper' in this node subtree
66 u32 max;
93 struct service_range, tree_node, u32, max,
135 if (!n || service_range_entry(n)->max < start)
140 if (l && service_range_entry(l)->max >= start) {
159 r && service_range_entry(r)->max >= start) {
186 if (r && service_range_entry(r)->max >= start)
310 if (sr->max < upper)
311 sr->max = upper;
322 sr->max = upper;
772 pr_warn("Bind failed, max limit %u reached\n", TIPC_MAX_PUBL);