Lines Matching full:int_max
68 * @end is <= 0, it is treated as one larger than %INT_MAX. This allows
87 ret = idr_alloc_u32(idr, ptr, &id, end > 0 ? end - 1 : INT_MAX, gfp); in idr_alloc()
104 * @end is <= 0, it is treated as one larger than %INT_MAX. This allows
120 int err, max = end > 0 ? end - 1 : INT_MAX; in idr_alloc_cyclic()
206 if (WARN_ON_ONCE(id > INT_MAX)) in idr_for_each()
269 if (WARN_ON_ONCE(id > INT_MAX)) in idr_get_next()
326 * IDs are currently limited to the range [0-INT_MAX]. If this is an awkward
373 * not exceed %INT_MAX, even if @max is larger.
392 max = INT_MAX; in ida_alloc_range()
486 * ID will not exceed %INT_MAX, even if @max is larger.
504 max = INT_MAX; in ida_find_first_range()