Searched refs:next_space (Results 1 – 2 of 2) sorted by relevance
302 unsigned long head, space, next_space, pad, gap, skip, wakeup; in bts_buffer_reset() local331 next_space = next_phys->size; in bts_buffer_reset()332 if (next_space + skip > handle->size) { in bts_buffer_reset()333 next_space = handle->size - skip; in bts_buffer_reset()334 next_space -= next_space % BTS_RECORD_SIZE; in bts_buffer_reset()336 if (next_space > space || !space) { in bts_buffer_reset()344 space = next_space; in bts_buffer_reset()
48 uint32_t *next_space = &colour_set[0]; in mga_crtc_cursor_set() local145 for (palette_iter = &colour_set[0]; palette_iter != next_space; palette_iter++) { in mga_crtc_cursor_set()163 *next_space = this_colour; in mga_crtc_cursor_set()164 next_space++; in mga_crtc_cursor_set()