Home
last modified time | relevance | path

Searched refs:next_space (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_bts.c302 unsigned long head, space, next_space, pad, gap, skip, wakeup; in bts_buffer_reset() local
331 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()
/linux-4.4.14/drivers/gpu/drm/mgag200/
Dmgag200_cursor.c48 uint32_t *next_space = &colour_set[0]; in mga_crtc_cursor_set() local
145 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()