Searched refs:next_space (Results 1 – 2 of 2) sorted by relevance
365 unsigned long head, space, next_space, pad, gap, skip, wakeup; in bts_buffer_reset() local392 next_space = next_phys->size; in bts_buffer_reset()393 if (next_space + skip > handle->size) { in bts_buffer_reset()394 next_space = handle->size - skip; in bts_buffer_reset()395 next_space -= next_space % BTS_RECORD_SIZE; in bts_buffer_reset()397 if (next_space > space || !space) { in bts_buffer_reset()405 space = next_space; in bts_buffer_reset()
46 uint32_t *next_space = &colour_set[0]; in mga_crtc_cursor_set() local143 for (palette_iter = &colour_set[0]; palette_iter != next_space; palette_iter++) { in mga_crtc_cursor_set()161 *next_space = this_colour; in mga_crtc_cursor_set()162 next_space++; in mga_crtc_cursor_set()