Lines Matching defs:end_ret
886 * Return true if we find something, and update @start_ret and @end_ret.
890 u64 *start_ret, u64 *end_ret, u32 bits,
926 *end_ret = state->end;
940 * @end_ret: the final contiguous range of the bits that were set
951 * @start_ret and @end_ret are updated, or false if no range was found.
954 u64 *start_ret, u64 *end_ret, u32 bits)
965 *end_ret = state->end;
967 if (state->start > (*end_ret + 1))
969 *end_ret = state->end;
1539 * @end_ret: records the end of the range (inclusive)
1543 * set it's possible that @end_ret contains -1, this happens in case the range
1545 * trim @end_ret to the appropriate size.
1548 u64 *start_ret, u64 *end_ret, u32 bits)
1564 *end_ret = -1;
1572 *end_ret = -1;
1629 *end_ret = state->end;
1631 *end_ret = state->start - 1;