Lines Matching full:int_max
70 * @end is <= 0, it is treated as one larger than %INT_MAX. This allows
89 ret = idr_alloc_u32(idr, ptr, &id, end > 0 ? end - 1 : INT_MAX, gfp); in idr_alloc()
106 * @end is <= 0, it is treated as one larger than %INT_MAX. This allows
122 int err, max = end > 0 ? end - 1 : INT_MAX; in idr_alloc_cyclic()
208 if (WARN_ON_ONCE(id > INT_MAX)) in idr_for_each()
271 if (WARN_ON_ONCE(id > INT_MAX)) in idr_get_next()
328 * IDs are currently limited to the range [0-INT_MAX]. If this is an awkward
375 * not exceed %INT_MAX, even if @max is larger.
394 max = INT_MAX; in ida_alloc_range()
488 * ID will not exceed %INT_MAX, even if @max is larger.
506 max = INT_MAX; in ida_find_first_range()