HomeSort by: relevance | last modified time | path
    Searched refs:cursor_end (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cursor.c 195 int cursor_end, frame_end; local
197 cursor_end = x + w;
199 if (cursor_end >= frame_end) {
200 w = w - (cursor_end - frame_end);
203 } else if (cursor_end <= 0) {
205 } else if (!(cursor_end & 0x7f)) {
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
metaslab.c 1299 * of the range and the cursor_end to the end of the range. As allocations
1310 uint64_t *cursor_end = &msp->ms_lbas[1]; local
1316 ASSERT3U(*cursor_end, >=, *cursor);
1318 if ((*cursor + size) > *cursor_end) {
1326 *cursor_end = rs->rs_end;

Completed in 18 milliseconds