Searched refs:RT_MAX_WEIGHT (Results 1 – 2 of 2) sorted by relevance
103 #define RT_MAX_WEIGHT 16777215 /* 3 bytes */ macro
215 if (weight > RT_MAX_WEIGHT) in get_info_weight()216 weight = RT_MAX_WEIGHT; in get_info_weight()