Lines Matching defs:end_ret
834 * Return true if we find something, and update @start_ret and @end_ret.
838 u64 *start_ret, u64 *end_ret, u32 bits,
865 *end_ret = state->end;
879 * @end_ret: the final contiguous range of the bits that were set
890 u64 *start_ret, u64 *end_ret, u32 bits)
899 *end_ret = state->end;
901 if (state->start > (*end_ret + 1))
903 *end_ret = state->end;
1431 * @end_ret: records the end of the range (inclusive)
1435 * set it's possible that @end_ret contains -1, this happens in case the range
1437 * trim @end_ret to the appropriate size.
1440 u64 *start_ret, u64 *end_ret, u32 bits)
1456 *end_ret = -1;
1464 *end_ret = -1;
1521 *end_ret = state->end;
1523 *end_ret = state->start - 1;