next_space        371 arch/x86/events/intel/bts.c 	unsigned long head, space, next_space, pad, gap, skip, wakeup;
next_space        398 arch/x86/events/intel/bts.c 			next_space = next_phys->size;
next_space        399 arch/x86/events/intel/bts.c 			if (next_space + skip > handle->size) {
next_space        400 arch/x86/events/intel/bts.c 				next_space = handle->size - skip;
next_space        401 arch/x86/events/intel/bts.c 				next_space -= next_space % BTS_RECORD_SIZE;
next_space        403 arch/x86/events/intel/bts.c 			if (next_space > space || !space) {
next_space        411 arch/x86/events/intel/bts.c 				space = next_space;
next_space         46 drivers/gpu/drm/mgag200/mgag200_cursor.c 	uint32_t *next_space = &colour_set[0];
next_space        143 drivers/gpu/drm/mgag200/mgag200_cursor.c 		for (palette_iter = &colour_set[0]; palette_iter != next_space; palette_iter++) {
next_space        161 drivers/gpu/drm/mgag200/mgag200_cursor.c 		*next_space = this_colour;
next_space        162 drivers/gpu/drm/mgag200/mgag200_cursor.c 		next_space++;