Lines Matching defs:end_ret
1556 * returned if we find something, and *start_ret and *end_ret are
1562 u64 *start_ret, u64 *end_ret, unsigned bits,
1589 *end_ret = state->end;
1602 * @end_ret - the final contiguous range of the bits that were set
1613 u64 *start_ret, u64 *end_ret, unsigned bits)
1622 *end_ret = state->end;
1624 if (state->start > (*end_ret + 1))
1626 *end_ret = state->end;
1641 * @end_ret - records the end of the range (inclusive)
1645 * set it's possible that @end_ret contains -1, this happens in case the range
1647 * trim @end_ret to the appropriate size.
1650 u64 *start_ret, u64 *end_ret, unsigned bits)
1666 *end_ret = -1;
1675 *end_ret = -1;
1737 *end_ret = state->end;
1739 *end_ret = state->start - 1;