Searched refs:next_space (Results 1 – 2 of 2) sorted by relevance
304 unsigned long head, space, next_space, pad, gap, skip, wakeup; in bts_buffer_reset() local333 next_space = next_phys->size; in bts_buffer_reset()334 if (next_space + skip > handle->size) { in bts_buffer_reset()335 next_space = handle->size - skip; in bts_buffer_reset()336 next_space -= next_space % BTS_RECORD_SIZE; in bts_buffer_reset()338 if (next_space > space || !space) { in bts_buffer_reset()346 space = next_space; in bts_buffer_reset()
48 uint32_t *next_space = &colour_set[0]; in mga_crtc_cursor_set() local152 for (palette_iter = &colour_set[0]; palette_iter != next_space; palette_iter++) { in mga_crtc_cursor_set()170 *next_space = this_colour; in mga_crtc_cursor_set()171 next_space++; in mga_crtc_cursor_set()