Searched refs:cursor_end (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_cursor.c261 int cursor_end, frame_end; local
263 cursor_end = x - xorigin + w;
265 if (cursor_end >= frame_end) {
266 w = w - (cursor_end - frame_end);
270 if (!(cursor_end & 0x7f))
275 cursor_end = x - xorigin + w;
276 if (!(cursor_end & 0x7f)) {
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c1384 * of the range and the cursor_end to the end of the range. As allocations
1395 uint64_t *cursor_end = &msp->ms_lbas[1]; local
1401 ASSERT3U(*cursor_end, >=, *cursor);
1403 if ((*cursor + size) > *cursor_end) {
1411 *cursor_end = rs->rs_end;

Completed in 73 milliseconds