current_type      311 arch/x86/kernel/e820.c 	enum e820_type current_type, last_type;
current_type      375 arch/x86/kernel/e820.c 		current_type = 0;
current_type      377 arch/x86/kernel/e820.c 			if (overlap_list[i]->type > current_type)
current_type      378 arch/x86/kernel/e820.c 				current_type = overlap_list[i]->type;
current_type      382 arch/x86/kernel/e820.c 		if (current_type != last_type || current_type == E820_TYPE_PRAM) {
current_type      391 arch/x86/kernel/e820.c 			if (current_type != 0)	{
current_type      393 arch/x86/kernel/e820.c 				new_entries[new_nr_entries].type = current_type;
current_type      396 arch/x86/kernel/e820.c 			last_type = current_type;
current_type      495 drivers/block/floppy.c static struct floppy_struct *current_type[N_DRIVE];
current_type      609 drivers/block/floppy.c 	return !current_type[drive] && !ITYPE(UDRS->fd_device);
current_type      770 drivers/block/floppy.c 			    current_type[drive] != NULL)
current_type      772 drivers/block/floppy.c 			current_type[drive] = NULL;
current_type     2075 drivers/block/floppy.c 		_floppy = current_type[drive];
current_type     2344 drivers/block/floppy.c 		current_type[current_drive] = _floppy;
current_type     2353 drivers/block/floppy.c 		current_type[current_drive] = _floppy;
current_type     3285 drivers/block/floppy.c 		current_type[drive] = &user_params[drive];
current_type     3364 drivers/block/floppy.c 		*g = current_type[drive];
current_type     3475 drivers/block/floppy.c 		current_type[drive] = NULL;